Wiki source code of Verarbeitungskette beenden
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.4 | 1 | This endpoint terminates the current processing chain. Can be used as a general endpoint if no other endpoint makes sense. |
| |
1.1 | 2 | |
| |
1.4 | 3 | == Action variables == |
| |
1.3 | 4 | |
| |
1.4 | 5 | Actions of type //Stop processing chain// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]]. |
| |
1.3 | 6 | |
| |
1.4 | 7 | === Standard action variables === |
| |
1.3 | 8 | |
| |
1.4 | 9 | ; [%$<action name>.SUCCESS%] |
| 10 | : Return whether action was successfully executed. Returns Boolean (true/false). | ||
| 11 | ; [%$<action name>.RESULT%] | ||
| 12 | : Return all results provided by the action in structured form. | ||
| |
1.3 | 13 | |
| |
1.4 | 14 | ; [%$<action name>.ERROR_CODE%] |
| 15 | : The error code thrown in case of an error in the action. Empty if no error occurred. | ||
| 16 | ; [%$<action name>.ERROR_MESSAGE%] | ||
| 17 | : The thrown error message in the action's error case. Empty if no error occurred. | ||
| 18 | |||
| 19 |