Wiki source code of Neue Prozess-ID vergeben


Hide last authors
jdr 7.1 1 The action //Create new process ID// makes it possible to assign a new ID to the process so that it can no longer be called via old links, for example.
nlo 1.1 2
3 {{warning}}
jdr 7.1 4 When changing the process ID, any existing links to other systems may be lost. The form can no longer be accessed via previously generated form links.
nlo 1.1 5 {{/warning}}
jdr 3.2 6
jdr 7.1 7 == Action variables ==
jdr 3.3 8
jdr 7.1 9 Actions of type //Create new process ID// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]] which can be used in subsequent actions.
jdr 3.3 10
jdr 7.1 11 === Standard action variables ===
jdr 3.2 12
jdr 7.1 13 ; [%$<action name>.SUCCESS%]
14 : Return whether action was successfully executed. Returns Boolean (true/false).
15 ; [%$<action name>.RESULT%]
16 : Return all results provided by the action in structured form.
jdr 3.2 17
jdr 7.1 18 ; [%$<action name>.ERROR_CODE%]
19 : The error code thrown in case of an error in the action. Empty if no error occurred.
20 ; [%$<action name>.ERROR_MESSAGE%]
21 : The thrown error message in the action's error case. Empty if no error occurred.
jdr 3.2 22
jdr 7.1 23 === Action specific action variables ===
jdr 3.2 24
jdr 7.1 25 ; [%$<action name>.RESULT.processID%]
26 : The newly created process ID of the current operation.