8.5
Table Of Contents
- Table of Contents
- Welcome to PReS Workflow 8.5
- System Requirements
- Basics
- Features
- The Nature of PReS 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
To obtain access to the complete list of processes for all users, the end-user must have administrator privileges.
SOAP API - GetProcessTaskList
Syntax
GetProcessTaskList (ProcessName, user name, Password) :
GetProcessTaskListResult
Description
The GetProcessTaskList function will allow a user to remotely request the tasks list of a process. This will be
useful with the PostJob API since it needs a TaskIndex.
Parameters
l
ProcessName – The Name of the PReS Workflow process.
l
user name – String containing the user name.
l
Password – String containing the password. This is case sensitive.
Return Value
l
GetProcessTaskListResult – 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
TaskNames – Structure containing the following information details.
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.