wfm.GetHistWorkItemRelUsersByProcess
This job determines all users or roles for which work items of the specified historical process were placed in inboxes.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
Historical ID of the process |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
The requested users in XML format |
4. Example
Structure of Users:
<Users>
<User UserId=".." UserName=".."/>
<User UserId=".." UserName=".."/>
</Users>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
ID of the user or role |
|
STRING |
Name of the user or role |