Pega Flow Design and Workflow Concepts
Test your knowledge of Pega/PRPC workflow design including flows, assignments, routers, work objects, workbaskets, work parties, and various flow shapes and actions.
Questions
There must be one Connector emanating from a Decision for every possible return value.
- True
- False
An Integrator
- Can invoke any type of service rule
- Can invoke any type of connector rule
- The tasks performed by the Integrator are always run in parallel with the flow
- All of the above
You can not create your own Routers
- True
- False
The Split Join
- Allows multiple subflows on the current work object to execute in parallel
- Allows multiple subflows on any one work object to execute in parallel
- Always resumes execution of the parent flow as soon as the first subflow completes
- All of the above
After dragging a Utility shape onto your flow, you use the Shape Properties SmartPrompt to find your Activity, but it’s not listed. What’s probably wrong?
- The Utility is not initialized
- The Utility is in the wrong class
- Your Activity is in the wrong class
- Your Activity is not set up as a Utility
If you want to enable SmartPrompt for the connectors emanating from a Decision
- Do nothing, this is automatic
- Include all possible return values on the Results tab of the Decision
- Include the Result list in the Properties for this Decision Shape
- All of the above
A flow can have more than one Start Flow shape
- True
- False
In a Utility, how do I set a Status that can be tested in the flow?
- Use a Java step
- Call History-Add
- Use the TaskStatus-Add method
- Use a Transition
Which of the flow shapes can be used for a path execution in a situations like “if...then” logic?
- Utility
- Decision tree
- Router
- Split for Each
Complete the following sentence: Work parties are…
- people or groups interested in the progress and resolution of a particular work object, but who do not necessarily perform the work in the application
- clusters of associated work objects, usually relating to a single customer.
- people or groups who are authorized to perform on restricted types of work objects
- users set up in the system that are responsible for the timely resolution of outstanding work objects.
When adding a Connector to an Assignment, the Likelihood associated with the Action represents which of the following?
- The likelihood that a benchmark is to be met
- An indication of how likely it is that the work follows the specified path
- The likelihood that a goal will be met
- The likelihood that a goal will not be met
Which of the following violates a SmartBuild best practice regarding flow design?
- An Assignment with three Connector Flow Actions and four Local Flow Actions
- A flow that calls more than two sub flows
- A flow with four utility shapes linked together
- A flow that spans multiple Visio pages
People and entities who are interested in the execution and progress of the work object are called as __________________________
- WorkParties
- WorkList
- WorkBasket
- Workgroups
A Process Flow has been designed that routes an assignment to a HR manager. An additional requirement is that the HR Manger be able to attach a budget sheet to the assignment before approving the assignment. This can be accomplished using a:
- Rule-Template-Excel instance
- Local Assignment
- Connector Flow Action
- Correspondence Rule
- Local Flow Action
If your Assignment shape uses the standard rule "Worklist" and your Router uses the standard rule "ToWorkBasket",what happens
- The flow will not save
- The flow will be suspended
- The flow will save,but an execution Java eaception will be raised
- The flow will be suspended,and control will be transferred to the FlowProblems flow
A workbasket is…
- a synonym for work group
- a collection of worklists
- a set of assignments for one user, ordered by a Work Object property known as “urgency.”
- a pool of work assignments awaiting processing by any of a group of users, rather than a particular user.
In describing a Router, which of the following statement is false?
- Routers tell Assignments specifically where they should go.
- Routers are not required on every Assignment.
- Routers execute specific Activities.
- Many Routers of the same name may exist in a single Visio flow.
What is usually the preferred way for an activity to create a work object in a flow
- Trick question – activities can’t start flows
- Use the Flow-New method
- Call Add
- Use the Utility shape
Worklist is one standard Assignment Activity. What are the others
- Workbasket
- Workbasket & Router
- Workbasket, Agent, & External
- Workbasket, Agent, & Router
You can use Activity Parameters to set
- The work object status
- The assignment status
- Both
- Neither