Business Architect Mission Exercise

I am working on the Mission Exercise to complete the Business Architect Mission. I am stuck in the second half of Session 5: Configure the Decision review Stage. The error I get is “US-5001: Approve/Reject refund Decision Step is set up with a Work Queue. Expected Approval/ Rejection step under Decision review flow” See Image:

I have applied the settings to the Approve/Reject refund Step as shown below:

and Configured the Business Logic as follows:

These are the Flow settings:

I have also created the Approval/Rejection notes field.

I have followed along with the Mission Exercise Solution to try to pinpoint my error, and my selections and settings are identical. When running the application, I get an error that “FraudManager@uplus” is not a valid entry, presumably because it’s missing the “.com”. I tried adding this and still receive the same error when trying to Verify Mission Exercise.
I’m not sure I’m pasting this correctly, but here is a link to my instance: Instance Link

First all stale flow rules in DEV studio. Then, you have to recreate the whole stage again and redo it.

US-5001 summary:

  • Issue: verification kept flagging “Approve/Reject refund Decision Step set up with a Work Queue” even after routing changes in App Studio
  • Root cause: same pattern as US-4002 — the generated Decision review_Flow rule in Dev Studio still held a stale Work Queue reference that App Studio edits didn’t clear
  • Fix: delete Decision review_Flow in Dev Studio → fix stage name casing to Decision Review → re-add Approve/Reject refund step in App Studio → reconfigure logic (Work Queue → SeniorFraudAnalyst1, Otherwise → Operator FraudManager@uplus) → save, log out/in, re-verify

Same lesson as before: stale Dev Studio flow rules, not App Studio config, are the recurring culprit.