GetProcessList

The GetProcessList function allows SOAP clients to request the list of available PlanetPress Workflow processes, based on their authentication credentials.

Syntax
GetProcessList (user name, Password) : GetProcessListResult
Parameters
  • user name: String containing the user name.
  • Password: String containing the password. This 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.
To obtain access to the complete list of processes for all users, the end-user must have administrator privileges.