wfm.GetHistWorkItemRelEntriesByUser
This job determines all activities processed by the specified user and the associated historical entries of the specified historical process.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
Historical ID of the process |
|
STRING |
Yes |
ID of the user |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested information in XML format |
4. Example
Structure of HistWorkItemRelEntries:
<HistWorkItemRelEntries>
<HistWorkItemRelEntry RActivityId="" ActivityName="" OrganisationId=""
UserId="" UserName="" Reason="" HistType=""
HistId="" EntryNr="" Time=""/>
</HistWorkItemRelEntries>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
Instance ID of the activity |
|
STRING |
Name of the activity |
|
STRING |
ID of the organization |
|
STRING |
ID of the user who had the activity in the inbox |
|
STRING |
Name of the user |
|
INT |
Reason why the user had the activity in the inbox: * |
|
INT |
Type of the historical entry: * |
|
STRING |
ID of the historical entry |
|
INT |
Reflects the temporal sequence |
|
INT |
Creation time of the entry |