Actions
This option enables the User to add different action functions as required.
Symbol | Name | Comment | Info |
---|---|---|---|
Action | This adds a basic action to the process, i.e. performs an action, e.g. edit, view etc. A class name must be configured on the action for it to do anything. | More... Example | |
Assign | This adds an assign action to the process. These are used to copy data from one variable, or a part of one variable to another. You can also save the result of an expression into a variable using an assign action. Multiple assign expressions can be placed in a single assign action, with the result of earlier expressions affecting the result of later ones if they act upon the same variables. | More... Example | |
Call Process | This adds a call process to the process, i.e. calls a sub-process which returns control to this process on completion. | More... Example | |
End Process | This adds an end process to the process, i.e. indicates where the process will exit. | More... Example | |
Execute In Background | This adds an execute in background to the process, i.e. similar to execute process, except that the execute is done in the background. | ||
Execute In Window | This adds an execute in window to the process. | More... Example | |
Null Action | This adds an action that can be used to control the process. |