1.5

Table Of Contents
Property Type Description
already been defined in the
Preprocessor step as Automation
variables. The Preprocessor step
attempts to match variable names
passed by the Workflow process to
those defined inside the step.
Example
The variable used from Workflow must first be declared in the Preprocessor step:
See The Preprocessor Step Properties for more information.
Note
The Type of the variable must be the same as the variable from Workflow.
Accessing Automation Properties
To access JobInfo 1 to 9 from Workflow:
automation.jobInfo.JobInfo1;
To access ProcessName, OriginalFilename or TaskIndex from Workflow:
Page 223