Skip to main content

Actions

This option enables the User to add different action functions as required.

SymbolNameCommentInfo
ActionActionThis 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 ActionAssignThis 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 ProcessCall ProcessThis adds a call process to the process, i.e. calls a sub-process which returns control to this process on completion.More... Example
End ProcessEnd ProcessThis adds an end process to the process, i.e. indicates where the process will exit.More... Example
Execute In BackgroundExecute In BackgroundThis 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 WindowExecute In WindowThis adds an execute in window to the process.More... Example
ActionNull ActionThis adds an action that can be used to control the process.