wfm.GetWorkflowList
This job returns a list of all startable workflows for the specified user.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
ID of the organization |
|
STRING |
Yes |
ID of the user |
|
INT |
Yes |
Marker parameter — currently only value |
|
STRING |
Yes |
ID of the client type used |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
List of data for the requested workflows in XML format (see below) |
4. Example
Structure of Workflows:
<Workflows>
<Workflow FamilyId="" ModelName="" Name="" Id="" Description="" IconId=""/>
<Workflow FamilyId="" ModelName="" Name="" Id="" Description="" IconId=""/>
</Workflows>
Workflow structure:
-
FamilyId(STRING): ID of the workflow family of the workflow -
Id(STRING): ID of the workflow -
Name(STRING): Name of the workflow (instance name) -
Description(STRING): Description of the workflow model -
IconId(INT): Icon ID of the workflow model -
ModelName(STRING): Name of the workflow model