Wiki source code of Neue Prozess-ID vergeben
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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. | ||
| 2 | |||
| 3 | {{warning}} | ||
| 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. | ||
| 5 | {{/warning}} | ||
| 6 | |||
| 7 | == Action variables == | ||
| 8 | |||
| 9 | Actions of type //Create new process ID// provide [[Action variables>>Formcycle.UserInterface.Variables||anchor="HActionvariables"]] which can be used in subsequent actions. | ||
| 10 | |||
| 11 | === Standard action variables === | ||
| 12 | |||
| 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. | ||
| 17 | |||
| 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. | ||
| 22 | |||
| 23 | === Action specific action variables === | ||
| 24 | |||
| 25 | ; [%$<action name>.RESULT.processID%] | ||
| 26 | : The newly created process ID of the current operation. |