2020.2

Table Of Contents
This task is put into effect in the following example process:
l "HTTP PDF Invoice Request" on page280
Task properties
General Tab
l
File size is: Select whether the condition is to check if the job file is smaller (less than) or
larger (more than) than the specified value.
l
Kbytes: Enter the minimum (more than) or maximum (less than) size setting in kilobytes.
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 Process area.
Go Sub
The GoSub action task transfers the execution of the calling process to the specified
subprocess (see "About processes and subprocesses" on page124). 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
subprocess from any GoSub action, in order to avoid circular referencing (aka an infinite
loop).
Page 471