Wiki source code of Verarbeitungskette beenden
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | This endpoint terminates the current processing chain. Can be used as a general endpoint if no other endpoint makes sense. | ||
| 2 | |||
| 3 | == Action variables == | ||
| 4 | |||
| 5 | Actions of type //Stop processing chain// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]]. | ||
| 6 | |||
| 7 | === Standard action variables === | ||
| 8 | |||
| 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. | ||
| 13 | |||
| 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 |