You can route an assignment to a work queue that is shared by users with the same role in your application. By sending an assignment to a group of users, you can ensure that a task in a case is processed by the next available user.
Open a flow by searching for it or by using the Application Explorer.
On the Diagram tab of the Flow form, double-click an assignment to open the Assignment properties dialog box.
Configure the routing options for the assignment to use a work queue.
In the Routing section, select Workbasket from the Route to list.
In the autocomplete field that is displayed, press the Down Arrow key and select a work queue.
In the Routing section, select Custom from the Route to list.
In the Assignment type list, select WorkBasket.
In the Router field, press the Down Arrow key and select a router activity that sets the AssignTo property to the name of a work queue.
If the router activity accepts parameters, enter values for those parameters in the fields that are displayed in the Parameters section.
For example, you can pass the name of a work queue and a list of required skills when you use the Work-.ToSkilledWorkbasket router activity.
Optional: To handle the case where a work queue is not found by the router activity, in the Advanced section click Assignment details, and then select the Use current operator when basket not found check box.
At run time, the assignment is routed to the worklist of the user who is currently processing the case.
Click Submit to close the Assignment properties dialog box.
Click Save.