wfm.AdminGetWorkflowList
This job returns all currently used workflow models (status ACTIVE/INUSE) and the number of running processes of an organization.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
OrganisationId |
STRING |
Yes |
ID of the organization. |
3. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
Contains requested information in XML format. |
Structure of Workflows
<Workflows>
<Workflow Id="" Name="" ProcessCount=""/>
<Workflow Id="" Name="" ProcessCount=""/>
</Workflows>
Detailed description of Workflow attributes:Id (STRING) — ID of the workflow model.Name (STRING) — Name of the workflow model.ProcessCount (INT) — Number of running processes for this workflow model.
|