How many types of Activities in Pega?

AllJobsInfo

Administrator
Staff member
12types...

Activity --> Any activity that is not one of the activity types below.

Assembly --> Reserved. Do not use.

Assign --> An activity that creates an assignment, an instance of a concrete class derived from the Assign- base class. Referenced in a flow to support an assignment. These activities may be referenced by an assignment shape on a flow.

Connect --> An activity that calls a Rule-Connect- external system interface. These activities may be referenced by an Integrator shape on a flow.

Locate --> An activity that finds a locatable page; referenced on when condition, Declare Expression and Constraints rules only.

Load Declarative Page --> An activity that adds values to data pages. Referenced on Data Page rules only.

Notify --> An activity that sends correspondence to a work party in a work item. In a flow, such activities may be referenced in the Properties panel for an assignment.

OnChange --> An activity that starts automatically when another activity step changes certain properties, as defined through a Declare OnChange rule.

Route --> An activity that determines which user worklist or workbasket receives an assignment. In a flow, such activities may be referenced in the Properties panel for an assignment.

Trigger --> An activity that starts automatically when an object of a certain class is saved, as defined through a Declare Trigger rule.

Utility --> An activity that typically updates a work item and is referenced in a flow, but requires no user interaction. In a flow, these activities may be referenced in a utility shape.

Validate --> An activity that validates the contents of a rule or data form. (Rarely needed in applications.)
 
Top