InterviewSolution
| 1. |
Explain Flow Action in the context of Pega. What are the different types of Flow Actions available? |
|
Answer» A flow action is a decision that users can make as an interim or final disposition for an assignment they're WORKING on. The Rule-Obj-FlowAction rule type is used to define each flow action. There are two sorts of flow actions:
Take, for example, an application that facilitates employee recruitment operations. When completing an assignment that requires the employee to evaluate the quality of a candidate (based on a résumé and application form), the employee enters his JUDGMENTS and reasoning in the application and then selects one of three flow actions: Advance, REJECT, or MoreInfo. These flow actions may employ distinct user form displays, such as in the action section of a perform harness or in a modal dialogue, and may require different input fields. |
|