wfm.GetHistWorkflowList
This job determines all workflow models in the history management and the number of processes started from the workflow model.
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested workflow models in XML format |
4. Example
Structure of Workflows:
<Workflows>
<Workflow Id="18268F5E1F532" HistWorkfowId="04DC0D15A62A4" Name="test"
ProcessCount="3" Version="70" FamilyId="0774DC0D15A62A4"
FamilyName="testfam"/>
<Workflow Id="39418268F5532" HistWorkfowId="0BFB9FF2D225E7" Name="test"
ProcessCount="1" Version="83" FamilyId="T0774DC0D15A62"
FamilyName="testfamilie"/>
</Workflows>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
ID of the workflow model |
|
STRING |
Historical ID of the workflow model |
|
STRING |
Name of the workflow model |
|
INT |
Indicates how often the workflow model was started |
|
INT |
Version number of the workflow model |
|
STRING |
GUID of the associated workflow family |
|
STRING |
Name of the associated workflow family |