8.4
Table Of Contents
- Table of Contents
- Welcome to PlanetPress Workflow 8.4.1
- 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
- Working With Variables
- About Configurations
- About Related Programs and Services
- The Interface
- Copyright Information
- Legal Notices and Acknowledgements
l PostJobInfStruc – Structure containing any required information to prepare the file for resubmission
into a PlanetPress Workflow process.
l user name – String containing the user name.
l Password – String containing the password. This value is case sensitive.
Return Value
l PostjobResult - Structure containing the following information:
l Success – Integer indicating the 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 PostjobInfStruc – See point PostJobInfoStruct for details.
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.
SOAP API - GetProcessList
Syntax
GetProcessList (user name, Password) : GetProcessListResult
Description
The GetProcessList function allows SOAP clients to request the list of available PlanetPress Workflow
processes, based on their authentication credentials.
Parameters
l user name – String containing the user name.
l Password – String containing the password. This value is case sensitive.