2021.1

Table Of Contents
Property Description
contain the same list of elements, but the variables property is kept for
backward compatibility and may eventually be removed.
Examples
To access JobInfo 1 to 9 defined in Workflow (see Job Info variables):
automation.jobInfo.JobInfo1;
To access ProcessName, OriginalFilename or TaskIndex from Workflow:
automation.properties.OriginalFilename;
To access Workflow variables (see "Properties and runtime parameters" on page228):
automation.parameters.runtimeparametername;
boundaries
Returns a boundaries object encapsulating properties and methods allowing to define the
boundaries of each document in the job.
This object is available when triggering document boundaries On script.
Properties
The following table lists the properties of the boundaries object.
Property Description
currentDelim A read-only 1-based index (number) of the current delimiter in the file. In
other words, the Beginning Of File (BOF) delimiter equals 1. It indicates
the position of the current delimiter relative to the last document
boundary.
Page 394