2019.1

Table Of Contents
On Error Tab
For a description of the options on the On Error tab see "Using the On Error tab" on page88.
Miscellaneous Tab
The Miscellaneous tab is common to all tasks.
It contains a text area (Task comments) that lets you write comments about the task. These
comments are saved when the dialog is closed with the OK button and are displayed in the
Task Comments Pane.
Check the option Use as step description to display the text next to the icon of the plugin in
the Process area.
The tab also provides an option to highlight the task in "The Process area" on page769 with
the default color, set in the Preferences (see "General appearance preferences" on page659),
or the color selected or defined under Highlight color on this tab.
To revert the selected highlight color to the default color, open this tab, turn the Highlight option
off and close the dialog with the OK button; then turn highlighting back on.
Highlighting can also be turned on and off via the task's contextual menu and with the Highlight
button on the View ribbon.
Go Sub
The GoSub action task transfers the execution of the calling process to the specified
subprocess (see "About processes and subprocesses" on page114). When a process
encounters a GoSub action, it halts its own execution, start the subprocess and waits for it to
complete before resuming its workflow with the next task.
Every subprocess starts with a BeginSub input task and ends with a EndSub output task, both
of which have nothing to configure and cannot be replaced or deleted. The simply represents
entry and exit points for the subprocess.
Note
While it is possible to place a GoSub action within a subprocess, doing so will hide the
Page 409