FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is used as the context for referenced properties within the step?
A
Step page
B
Label
C
Method
D
Loop
Explanation: 

Detailed explanation-1: -Each activity step must specify a method that describes the action the system takes. A step page is a page in memory on which the method is processed. By default, the activity executes in the context by which it is called.

Detailed explanation-2: -In Pega Platform™, activities automate processing. You create activities in Dev Studio with steps that run in the order you specify. Activity rules automate the system to support complex processes, elaborate calculations, or when a rule requires an activity in order to run.

Detailed explanation-3: -Activities best practices Limit your activities to fewer than 25 steps, and focus each activity on completing one task. Whenever possible, use alternative rule types, such as using a data transform to set a property value.

Detailed explanation-4: -Activity is a rule of Rule-Obj-Activity, and Utility is a shape in the Pega flow. This shape refers to an activity with the usage type which is selected as a Utility. There are several usage types for an activity such as Utility, Connect, Assign, Notify, or Route.

There is 1 question to complete.