wfm.GetWorkflowInfo
This job returns the input parameters (workflow variables) of an active workflow model (status = 1) of the specified workflow family.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
ID of the organization of the workflow model |
|
STRING |
Yes |
ID of the family of the active workflow model |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
Input parameters of the model in XML format (see below) |
4. Example
Structure of InputParams:
<InputParams>
<InputParam Id="" Name=""><![CDATA[]]></InputParam>
<InputParam Id="" Name=""><![CDATA[]]></InputParam>
</InputParams>
InputParam structure:
-
Id(STRING): ID of the input parameter -
Name(STRING): Name of the input parameter -
CDATA: Structure of the input parameter