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 TaskName – String containing the name of the task
l TaskIndex – Integer : 1 based index of the task.
l TaskDepth – Integer : 1 based depth of the task.
Note
The TaskNames array will be sorted by the execution order of the process with the primary input of the process
having an index of 1.
SOAP API - GetSOAPProcessList
Syntax
GetSOAPProcessList (user name, Password) : GetSOAPProcessListResult
Description
The GetSOAPProcessList function will allow users to request the list of PlanetPress Workflow processes
that contain a SOAP Input plug-in with the SOAP action name. This is useful when working with the
SubmitJob API since it requires a SOAPActionName.
Parameters
l user name – String containing the user name.
l Password – String containing the password. This is case sensitive.
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.