Certified Pega Robotics System Architect v8.0 (2019) — Question 8
There are two basic types of automations: events and procedures.
Which three statements describe a procedure automation? (Choose three.)
Answer options
- A. It performs business logic and may interact with applications.
- B. It is triggered by a user or application action.
- C. It may contain more than one starting block.
- D. It contains an entry point and should contain at least one exit point.
- E. It should return a string value for messaging.
Correct answer: C, D, E
Explanation
The correct answers C, D, and E highlight the structural aspects of procedure automation, indicating that it can start from multiple points, has defined entry and exit points, and typically returns a string for messaging. Options A and B describe events, as they pertain to actions that trigger automations rather than the procedural framework.