Activities
what is an Activity? Ans:- “In Pega Platform™, activities automate processing. You create activities in Dev Studio with steps that run in the order we specify. Activity rules automate the system to support complex processes, elaborate calculations, or when a rule requires an activity in order to run.” Activities are created and managed visually using Pega's low-code development capabilities, and they are used to define the business logic and behaviour of a Pega application, automate tasks, and perform various actions. an activity in Pega is a rule that represents a sequence of steps used to accomplish a specific task in a Pega application. Label The label acts as an identifier for the step in the pre- ( When ) and post- ( Jump ) processing actions and describes the purpose of the activity. To comment out an activity step line, enter two forward slashes (//) in the Label field to skip a step for testi...