Best Practices for Effective Case Decomposition Flashcards

1
Q

Is knowing the details of each step a best practice for defining case steps?

A

No, when defining case steps, you can ignore the details of each step

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is a one and done session the right way to define the case steps?

A

No, you should use an iterative approach to define the case steps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the best practices for defining case steps?

A
Use an iterative approach
Ignore details of each step
Sets expected order of tasks
Universally understood
limit decomposition levels
easily communicated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the rule of 7

A

Keep an eye on the number of steps in any given stage. While there is no specific number of
steps for any given stage, consider using the “Rule of Seven” here as well. This guideline suggests that no dimension of a case should be sub-divided more than seven times, plus or
minus two.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is critical to successful case step design?

A

Engaging the business users, and other stake-holders, directly in the development process is critical.
Effective case management design is best accomplished when both the business stakeholders
and the development team contribute.
Collaboration must be considered a best practice.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can we know a step when we see a step?

A

Consider a step to be a distinct action taken to help resolve a case and should have a goal that can be expressed as a singular outcome.
When naming steps, use a “verb plus noun” naming convention - perform “this action” on “this
object.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three types of configurations for a Step.

A

Single Step Assignment
Multi-Step Assignment
Case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a single step assignment

A

a single action performed by a single actor, one UI screen and no logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a mult-step assignment

A

is any combination of actions – represented with different shapes depending on the action.
A “Multi Step Process” may involve multiple users/actors, including PRPC itself or other systems. includes logic between the steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a case

A

Cases are automated single steps, performed by PRPC, that create other cases. This starts the cycle of stages and steps all over again. a very common case design pattern requires some “things to do” that are independent of the main, or parent, case. these things to do have their own life cycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Can a parent case proceed when a sub case is kicked off?

A

Yes it can.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are some attributes typically of a sub case?

A

A subcase allows us to subdivide a main case into individual transactions that can be handled
separately.
Subcases typically focus on a subset of the data relative to the parent case, usually involve different parties than the parent case, and may be executed outside the context of the parent case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly