wfm.GetProjectList
This job returns all workflow projects from an organization.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
GUID of the organization |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
List of all workflow projects in XML format (see note) |
4. Note
Structure of Projects
<Projects>
<Project Id="" Name="" Type="" CreatorId="" CreationTime="" Description=""/>
<Project Id="" Name="" Type="" CreatorId="" CreationTime="" Description=""/>
</Projects>
Project — structure with the following attributes:
-
Id(STRING): ID of the project -
Name(STRING): Name of the project -
Type(INT): 1 = root project, 2 = workflow project, 3 = workflow family -
CreatorId(STRING): GUID of the creator -
CreationTime(INT): Creation time -
Description(STRING): Description