PostJobInfoStruc

Structure containing any required information to prepare the file for resubmission into a PlanetPress Workflow process using a SOAP client.

  • VariableList: Array of complex type, containing pairs of variable names and variables value. The list also contains the Job Info variables.
    • VariableName: String
    • VariableValue: String
  • ProcessName: String: name of the PlanetPress Workflow process.
  • TaskIndex: Integer: 1 based index of the task where the resubmission should start.
  • FirstPage: Integer: first page of data to process.
  • LastPage: Integer: Last page of data to process.
If both FirstPage and LastPage are set to 0, the entire data file is used.