Describes the predefined staff verbs and parameters for use with the system user repository staff plug-in for Business Process Choreographer.
You can use staff verbs in WebSphere Integration Developer to model staff assignments in a business process or human task. These staff verbs are transformed during modeling and deployment into a set of queries that can be run on a staff repository. The parameters for the following predefined staff verbs are listed here:
Use this verb to define a query to authorize the members of the group.
Parameter | Use | Type | Description |
---|---|---|---|
GroupId | Mandatory | string | The name of the group of users to authorize. |
Use this verb to assign a work item to every user authenticated by WebSphere Process Server. This verb has no parameters.
For inline tasks, only the business process administrators have access. For standalone tasks, only the human task administrators have access. In addition, when using the Business Flow Manager API the BPESystemAdministrator role members have access, for the Human Task Manager API the TaskSystemAdministrator role members have access. This verb has no parameters.
Use this verb to define a staff query for a user who is known by name.
Parameter | Use | Type | Description |
---|---|---|---|
Name | Mandatory | string | The name of the user to retrieve. |
AlternativeName1 | Optional | string | An additional user name. Use this parameter to retrieve more than one user. |
AlternativeName2 | Optional | string | An additional user name. Use this parameter to retrieve more than one user. |
Use this verb to define a staff query for a user whose user ID is known. Use short names to specify values, for example, wpsadmin. This verb does not imply access to a staff repository.
Parameter | Use | Type | Description |
---|---|---|---|
UserID | Mandatory | string | The user ID of the user to retrieve. Supports context variables and custom properties, such as %htm:task.potentialStarters% |
AlternativeID1 | Optional | string | An additional user ID. Use this parameter to retrieve more than one user. |
AlternativeID2 | Optional | string | An additional user ID. Use this parameter to retrieve more than one user. |
Use this verb to define a staff query for users whose user ID is known, while excluding explicitly named user IDs. Use short names to specify values, for example, wpsadmin. This verb does not imply access to a staff repository.
Parameter | Use | Type | Description |
---|---|---|---|
UserID | Mandatory | string | The user ID of the user to retrieve. Supports context variables and custom properties, such as %htm:task.potentialStarters% |
AlternativeID1 | Optional | string | An additional user ID. Use this parameter to retrieve more than one user. |
AlternativeID2 | Optional | string | An additional user ID. Use this parameter to retrieve more than one user. |
NamedUsers | Mandatory | string | The user IDs of the users to exclude from the user ID list. Supports context variables and custom properties, such as %wf:activity(...).owner% |
(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)