8.5

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.
Note
If both FirstPage and LastPage are set to 0, the entire data file is used.
SOAP API - SubmitJobInfStruc
SubmitJobInfStruc
Structure containing any required information to prepare the file for a valid insertion into a PlanetPress
Workflow process.
l
VariableList Array of complex type, containing pairs of variable name and variable value. The list
also contains the JobInfo variables