wfm.GetHistTimersByProcess
This job determines all reminder/lock periods 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 reminder/lock periods in XML format |
4. Example
Structure of Timers:
<Timers>
<Timer TimerId=".." ProcessId=".." FromActivityId=".." FromActivityName=".."
ToActivityId=".." ToActivityName=".." TimerType=".." DestinationType=".."
DestinationTime=".." LoopType=".."/>
</Timers>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
ID of the reminder/lock period |
|
STRING |
ID of the process |
|
STRING |
ID of the activity from which the period is valid |
|
STRING |
Name of the activity from which the period is valid |
|
STRING |
ID of the activity until which the period is valid |
|
STRING |
Name of the activity until which the period is valid |
|
INT |
Type of the period: * |
|
INT |
Reference point of the period: * |
|
INT |
Indicates when the target should be reached |
|
INT |
Is always returned as |