wfm.AdminGetRoleProcesses

This job returns all roles of a specific organization for which work items are present in the inbox.

1. Input Parameters

Name Type Required Description

OrganisationId

STRING

Yes

ID of the organization.

2. Return Value

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

3. Output Parameters

Name Type Dependency Description

Roles

BASE64

List of all roles in XML format.

Structure of Roles
<Roles>
  <Role Id="" Name="" ProcessCount=""/>
  <Role Id="" Name="" ProcessCount=""/>
</Roles>
Detailed description of Role attributes:
Id (STRING) — ID of the role.
Name (STRING) — Name of the role.
ProcessCount (INT) — Number of processes for which work items are present in the inbox.