When initially installed, your system contains several work queues in the organization pega.com. These allow initial use of the system to create work items and assignments, but are not needed for correct operation once you set up your own organization and the equivalent work queues.
Work queue |
Purpose |
CheckInCandidates@pega.com | Supports a development team the uses the optional Rule Management facility for check-in. See How to use the Rule Check-in approval process. |
default@pega.com | Work queue to be used as a last resort for routing, when no other more specific or local work queue can be found. |
deferred@pega.com | Sample work queue, for assignments that are not urgent. |
IncompleteConnections | Supports the standard Work-.ConnectionProblem flow. See Handling Connector Exceptions. |
inprogress@pega.com | Supports the standard Work-.RoutingRoles map value. |
QA@pega.com | Not used. |
requests@pega.com | Supports the standard Work-.RoutingRoles map value. |
ReviewChanges@pega.com | Supports a development team that uses the Rule Management facility for check in. See How to use the Rule Check-in approval process. |
ScannedDocuments@pega.com | Supports the standard flow QualifyScannedDocuments. |
support@pega.com | Supports the standard Work-.RoutingRoles map value. |
As you create more organizations, create a work queue named default@org.com
for each. Standard flow actions require a work queue with that name.
The standard map value Work-.RoutingRoles assumes the existence of work queues named requests@org.com
, inprogress@org.com
, deferred@org.com
, Administrator@org.com
, support@org.com
and default@org.com
, where org.com is the organization of the current operator. If your application uses this standard map value, make sure to create each work queue it references.
The standard flow Work-.QualifyScannedDocuments places work in a work queue named ScannedDocuments@org.com
, where org.com identifies the Organization data instance referenced by the Operator ID of the user who starts that flow. Create the corresponding work queue before using this standard flow.