What types of connectors can emanate from a Utility?
-
Always
-
When
-
Status
-
Else
-
All of the above
In workflow and process modeling systems, a Utility component is a versatile node that can emit various types of connectors: Always connectors for unconditional flow, When connectors for conditional triggers based on events, Status connectors that activate based on state changes, and Else connectors as default paths. This flexibility makes Utility components highly reusable in workflow design.
A Utility shape in Pega can have several types of outgoing connectors: Always (the single unconditional path), When (taken if a condition/expression is true), Else (the catch-all/otherwise path), and Status/Result (taken based on a status value the utility's activity sets via TaskStatus-Set, e.g. HIRE, REJECT, WAIT). Since all of these connector types can emanate from a Utility shape, "All of the above" is the correct answer.