You are here: Case management > Process modeling > Flows > Default behavior of Get Next Work processing

Default behavior of Get Next Work processing

Users typically click Next Assignment in the Case Manager or Case Worker portal to retrieve assignments. An activity then starts and performs several steps to retrieve the assignments.

The standard activities described in the following procedure are part of the Process API.

If you have not customized settings or specified parameters, the system performs the following steps to retrieve assignments:

  1. A user clicks Next Assignment in the Case Manager or Case Worker portals. The button might also appear on a confirmation form, and it might have a different text label.

  2. The button click starts the standard activity Work-.GetNextWork, which calls the final standard activity Work-.GetNextWorkObject.

  3. The GetNextWorkObjectactivity examines the pyWorkBasketFirst property for the user. This property corresponds to the Get from workbaskets first check box on the Work tab.

  4. The Work-.findAssignmentInWorkbasket activity examines the assignments that are in the operator's work queues to determine whether to assign them to the user. Work queues are listed on the Work tab of the Operator ID form.

  5. The standard decision tree Assign-.GetNextWorkCriteria is applied to each assignment found, according to the highest urgency first.

Assignments that cannot be locked are disregarded.

  1. Searching ends when it finds the first remaining assignment, if any, that meets all the criteria.