Assigning a BPD activity to an ad hoc list of users (deprecated)

A BPD activity can be assigned to an ad hoc user list if the user group is defined dynamically when a business process definition (BPD) instance is running.

Before you begin

To perform this task, you must be in the IBM® Process Designer desktop editor.

About this task

The ad hoc group or list of users is maintained while the process instance exists on the runtime Process Server.

Note: To assign activities to an ad hoc user list, create an activity with an underlying service, upstream from the activity to be routed, to dynamically generate the user list. The activity that generates the user list must include an output variable that binds the user list to the follow-on activity to be routed.

Procedure

  1. Open the Process Designer desktop editor.
  2. Open a process application that contains a BPD.
  3. Open the diagram of your BPD and select the activity that you want to route.
  4. Click the Assignments page in the properties view.
  5. From the Assign To list, select List of Users (Deprecated).
  6. In the Binding field, specify the variable that binds the list to the activity to be assigned.

    For example, you can define a new complex variable that is a list (array) to pass the list of users from the service that generates the list to the activity to be assigned.