7.0

Table Of Contents
based on their authentication credentials.
Parameters
Username – String containing the username.
Password – String containing the password. This value is case sensitive.
Return Value
GetProcessListResult - Structure containing the following information:
Success – Integer indicating the system-defined Success/Error level of the operation. A result of 0
means that the operation was successful.
Message – String containing text information about the Success status.
ProcessList – Structure containing the following information details.
ProcessName – String containing the process name
Active – Boolean value specifying whether the process is currently active.
Notes
To obtain access to the complete list of processes for all users, the end-user must have administrator
privileges.
12.3.4 SOAP API - GetProcessTaskList
Syntax
GetProcessTaskList (ProcessName, Username, 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
ProcessName – The Name of the PlanetPress Suite process.
Username – String containing the username.
Password – String containing the password. This is case sensitive.
Return Value
GetProcessTaskListResult – Structure containing the following information:
Success – Integer indicating the system-defined Success/Error level of the operation. A result of 0
means that the operation was successful.
Message – String containing text information about the Success status.
TaskNames– Structure containing the following information details.
TaskName – String containing the name of the task
TaskIndex – Integer : 1 based index of the task.
TaskDepth – Integer : 1 based depth of the task.
Notes
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.
Using Scripts - SOAP Server API Reference
Objectif Lune Inc. © 2009 231