wfm.GetHistEntries
This job determines all performed actions for a historical activity or historical process. When calling the job, attention must be paid that only one of the two parameters is set.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
No |
Historical ID of the process |
|
STRING |
No |
Historical instance ID of the activity |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested actions in XML format |
4. Example
Structure of HistoryEntries:
<HistoryEntries>
<HistoryEntry HistId=".." EntryNr=".." ProcessId=".." RActivityId=".."
HistType=".." Time=".." OrganisationId=".." UserId=".." UserName=".."
ServerId=".." ServerName=".."/>
<HistoryEntry HistId=".." EntryNr=".." ProcessId=".." RActivityId=".."
HistType=".." Time=".." OrganisationId=".." UserId=".." UserName=".."
ServerId=".." ServerName=".."/>
</HistoryEntries>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
ID of the historical entry |
|
INT |
Entry number, reflects the temporal sequence |
|
STRING |
ID of the process |
|
STRING |
Instance ID of the activity (only set when calling via parameter |
|
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 |
|
STRING |
ID of the server |
|
STRING |
Name of the server |