wfm.GetHistTimerEntries
This job determines all actions (historical entries) for a reminder/lock period.
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested actions in XML format |
4. Example
Structure of TimerEntries:
<TimerEntries>
<TimerEntry HistId=".." EntryNr=".." ProcessId=".." RActivityId=".."
HistType=".." Time=".." OrganisationId=".." UserId=".." UserName=".."
ServerId=".." ServerName=".."/>
</TimerEntries>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
Historical ID of the entry |
|
INT |
Number of the entry, reflects the temporal sequence |
|
STRING |
ID of the process |
|
STRING |
Instance ID of the activity |
|
INT |
Type of the historical entry: * |
|
INT |
Time of entry creation |
|
STRING |
ID of the organization |
|
STRING |
ID of the user |
|
STRING |
Name of the user who personalized the activity |
|
STRING |
ID of the server |
|
STRING |
Name of the server |