2021.2

Table Of Contents
Note
The task index can be retrieved by using the GetProcessTaskList method. See point
GetProcessTaskList for details.
Note
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
PlanetPress 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 PlanetPress 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.
SubmitJob
The SubmitJob method allows a user to remotely submit files to their PlanetPress Workflow
from a SOAP client. The SOAP client has the option to wait for a response file from PlanetPress
Workflow SOAP server.
Page 154