Case Management Pt2 Flashcards
What does automating decisions based on business logic enable?
Application users to focus on more nuance decisions that require business expertise.
What are conditional paths used to define in a case life cycle?
Paths in the case life cycle that are chosen by a user at run time or are based on run time values.
When would assignment routing be used?
To assign work to the most appropriate user?
What is a work queue?
A list of all open assignments, in order of importance, for a group of users.
What is a worklist?
A list of all open assignments, in order of importance, for a specific user.
What 3 areas should be considered when approval configuration?
The approval levels
The list of approvers
The approval process flow
What is the purpose of a rule in a Pega application?
An instruction for describing a specific case behavior, such as a process or automated decision.
What is versioning within Pega?
Whenever a rule requires to be changed a new version of the rule is created.
Pega maintains a history of changes in case changes need to be undone.
What is delegation within Pega?
Rules within Pega which are delegated down to business users for the business to update case behavior as business conditions change
What is ‘Reuse’ within Pega?
System architects reuse rules whenever an application needs to incorporate existing case behavior.
What are the 3 sections of the versioning number called?
Major version, minor version and patch version
What does the major version in a ruleset represent?
A substantial release of an application.
What does the minor version in a ruleset represent?
Represents an interim release or enhancements for a major release.
What does the patch version consist of?
Fixes to address bugs in an application.
What is the ruleset stack used for?
Determining the order in which Pega looks through rulesets to find the rule being used.