include new stages to OOB step based request fulfillment flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2026 10:35 AM
Hi All, the OOB Service Fulfillment Steps base flow subflow has stages defined as Service fulfillment process, Completed and Closed Incomplete. it is a read-only flow and operates as a generic engine. it iterates through the sc_service_fulfillment_stage and sc_service_fulfillment_step tables using a loop that doesn't distinguish between step types. Is there any way we can differentiate between approvals and task and add stages as waiting for approval/approval/workinprogress? I agree we cant make any changes over there, but is there a possibility to take copy and accommodate the requested change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
How to create this step
→ Wait for: sc_task.state = Work In Progress
Stage: "Work In Progress"
As to apply wait for condition we should have SC_task record ?