wfm.GetHistActivitiesByProcess
This job determines all activities for a historical process.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
Historical ID of the process |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested activities in XML format |
4. Example
Structure of Activities:
<Activities>
<Activity Id="6EE4490A48164A0FA6DC34A80099AF67" RActivityId="3A25AFD5CBD9B246"
Name="Step1" EntryNr="10"/>
</Activities>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
ID of the activity in the workflow model |
|
STRING |
Instance ID of the activity |
|
STRING |
Name of the activity |
|
INT |
Reflects the temporal sequence |