2021.2

Table Of Contents
Tip
To determine if there were any errors in a job and handle it accordingly, you
can use a Condition that checks if
GetMeta(SelectedCount[0], 11, Job.Group[0])
is greater than 0, immediately after the task (see "Conditions" on page137).
l
Runtime Parameters: Runtime parameters pass information from the Workflow process
to the data mapping configuration (see Properties and runtime parameters in the Online
Help of OL Connect).
Initially, the value of runtime parameters that are defined in the selected data mapping
configuration is set to that of a local variable or else a global variable if there exists a
variable with the same name. If no such variable exists, the value will be an empty string.
To change the source of the value for any runtime parameter, right-click to open the
contextual menu that allows to select variables, data and lookup functions (see "Data
selections" on page54).
If the data mapping configuration name is dynamic, you must enter the name (or select a
variable that contains the name) and set the value of all the runtime parameters that may
occur in the data mapping configuration.
If a runtime parameter is defined in a data mapper configuration, but not set in the task
properties, an error will be raised.
Note
Backslashes (\) and double quotes (") in a JSON string must be escaped with a
backslash (\\, \") if the JSON string is passed via a global, local, or Job Info variable.
If the JSON is entered directly in the runtime parameter field, the plugin adds the
necessary backslashes.
l
Bypass content creation: Check this option to make the task create a Print Content Set
as well a Record Set, so that in a print process, content creation - normally performed by
the Create Print Content task - can be skipped if there is no need to merge the extracted
data with a template.
Page 631