8.5
Table Of Contents
- Table of Contents
- Welcome to PlanetPress Workflow 8.5
- System Requirements
- Basics
- Features
- The Nature of PlanetPress Workflow
- About Branches and Conditions
- Configuration Components
- Connect Resources
- About Data
- About Documents
- Debugging and Error Handling
- The Plug-in Bar
- About Printing
- About Processes and Subprocesses
- Using Scripts
- Special Workflow Types
- About Tasks
- Task Properties
- Variable Properties
- Working With Variables
- About Configurations
- About Related Programs and Services
- The Interface
- Copyright Information
- Legal Notices and Acknowledgements
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