Wiki source code of Neue Prozess-ID vergeben
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
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. |
![]() |
1.1 | 2 | |
3 | {{warning}} | ||
![]() |
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. |
![]() |
1.1 | 5 | {{/warning}} |
![]() |
3.2 | 6 | |
![]() |
7.1 | 7 | == Action variables == |
![]() |
3.3 | 8 | |
![]() |
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. |
![]() |
3.3 | 10 | |
![]() |
7.1 | 11 | === Standard action variables === |
![]() |
3.2 | 12 | |
![]() |
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. | ||
![]() |
3.2 | 17 | |
![]() |
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. | ||
![]() |
3.2 | 22 | |
![]() |
7.1 | 23 | === Action specific action variables === |
![]() |
3.2 | 24 | |
![]() |
7.1 | 25 | ; [%$<action name>.RESULT.processID%] |
26 | : The newly created process ID of the current operation. |