2022.2

Table Of Contents
l
PostJobInfStruc: Structure containing any required information to prepare the file for resub-
mission into a PReS Workflow process (see "PostJobInfoStruc" below).
l
User name: String containing the user name.
l
Password: String containing the password. This is case sensitive.
Return Value
PostjobResult: Structure containing the following information:
l
Success: Integer indicating the system-defined Success/Error level of the operation. A result of
0 means that the operation was successful.
l
Message: String containing text information about the Success status.
l
PostjobInfStruc: Structure containing any required information to prepare the file for resub-
mission into a PReS Workflow process (see "PostJobInfoStruc" below).
Note:
l
The task index can be retrieved by using the GetProcessTaskList method. See point
GetProcessTaskList for details.
l
The PostJob method can never return a file to the calling application.
PostJobInfoStruc
Structure containing any required information to prepare the file for resubmission into a PReS Workflow
process using a SOAP client.
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.
Page 127