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

ProcessId

STRING

Yes

Historical ID of the process

2. Output Parameters

Name Type Dependency Description

Users

BASE64

The requested users in XML format

3. Return Value

(INT): 0 = Job successful, otherwise error code.

4. Example

Structure of Users:

<Users>
  <User UserId=".." UserName=".."/>
  <User UserId=".." UserName=".."/>
</Users>
Table 1. Fields of <User>
Attribute Type Description

UserId

STRING

ID of the user or role

UserName

STRING

Name of the user or role