How can I implement a 3-stage approval for RITMs?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago - last edited 3 hours ago
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13m ago
you may try this
Instead of chaining multiple "Ask For Approval" actions in the flow, configure multi-stage approval directly on the Catalog Item using approval rules or policies with different order values:
- Stage 1 → Order 100
- Stage 2 → Order 200
- Stage 3 → Order 300
The platform will automatically wait for all approvers at Order 100 to approve before moving to Order 200, and so on. You only need a single "Ask For Approval" action in your flow, and the engine handles sequencing natively. This completely avoids the reset problem.
