2018.1

Table Of Contents
Return Value
l
GetSOAPProcessListResult 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
ProcessList Structure containing the following information details.
l
SOAPActionName String containing the name of the process as seen in your
PlanetPress Workflow.
l
Active Boolean value indicating if the process is active in your PlanetPress Workflow.
Note
If a user has administrator privilege, he will have access to all processes and therefore he will see all
the processes.
SOAP API - PostJobInfoStruc
PostJobInfStruc
Structure containing any required information to prepare the file for resubmission into a
PlanetPress Workflow process.
l
VariableList Array of complex type, containing pairs of variable names and variables
value. The list also contains the JobInfo 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.
Page 106