Wiki source code of Verarbeitungskette beenden


Hide last authors
jdr 1.4 1 This endpoint terminates the current processing chain. Can be used as a general endpoint if no other endpoint makes sense.
nlo 1.1 2
jdr 1.4 3 == Action variables ==
jdr 1.3 4
jdr 1.4 5 Actions of type //Stop processing chain// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]].
jdr 1.3 6
jdr 1.4 7 === Standard action variables ===
jdr 1.3 8
jdr 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.
jdr 1.3 13
jdr 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