2018.2

Table Of Contents
SOAP API - PostJobInfoStruc
Structure containing any required information to prepare the file for resubmission into a PReS
Workflow process.
l
VariableList Array of complex type, containing pairs of variable names and variables
value. The list also contains the Job Info variables.
l
VariableName: String
l
VariableValue: String
l
ProcessName: String: name of the PReS Workflow process.
l
TaskIndex: Integer: 1 based index of the task where the resubmission should start.
l
FirstPage: Integer: first page of data to process.
l
LastPage: Integer: Last page of data to process.
Note
If both FirstPage and LastPage are set to 0, the entire data file is used.
SOAP API - SubmitJobInfStruc
Structure containing any required information to prepare the file for a valid insertion into a
PReS Workflow process.
l
VariableList: Array of complex type, containing pairs of variable name and variable
value. The list also contains the JobInfo variables.
l
VariableName: String
l
VariableValue: String
l
OAPActionName: String containing the name of the Input SOAP task’s action name.
The Watch Object
PReS Workflow scripting offers a number of methods of communicating with your process by
means of PReS Workflow automation object's methods and functions. The automation object is
available in all 4 languages through their own syntax - the examples provided here are for
VBScript.
Page 149