2022.2

Table Of Contents
l
Invert condition result: Select to toggle the result of the condition (true becomes false and vice
versa).
Miscellaneous Tab
The Miscellaneous tab is common to all tasks.
Check the option Use as step description to display the text next to the icon of the plugin in the Pro-
cess area.
Go Sub
The GoSub action task transfers the execution of the calling process to the specified subprocess (see
"About processes and subprocesses" on page105). When a process encounters a GoSub action, it
halts its own execution, starts the subprocess and waits for it to complete before resuming its workflow
with the next task.
Information can be passed from a process to a subprocess by setting the value of runtime parameters
in the Go Sub task. The list of runtime parameters is filled with the list of local variables found in the
selected subprocess.
Note: While it is possible to place a Go Sub action within a subprocess, doing so will hide the sub-
process from any Go Sub action, in order to avoid circular referencing (aka an infinite loop).
Task properties
General Tab
l
Subprocess: Drop down list containing all the available subprocesses in the current con-
figuration.
l
Runtime Parameters: The local variables defined in the selected subprocess are displayed as
runtime parameters, and their values can be set here. Right-click the field to open the contextual
menu that allows to select variables, data and lookup functions (see "Data selections" on
page49). Clicking the button 'Use default value for selected item' resets the value to the default
value of the variable defined under the subprocess.
l
Backup job file: Select if you want to use identical copies of the job file for the main process and
the subprocess.
l
Backup job information: Select if you want to use identical copies of the job file information for
the main process and subprocess. Once the subprocess completes its execution, the main pro-
cess will retrieve the original job information values.
Page 426