- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 06:49 AM
Hello everyone,
I'm working on a Subflow that transitions to the Complete state when a sysapproval_approver record is set to Approved. However, when I Reject a record, the Subflow execution remains in the Waiting state.
Does anyone know how I can ensure the Subflow also transitions to Complete when an approval is rejected?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 07:36 AM
Ahhhh! I fixed it. I had to add an OR conditional to account for when people users Reject the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 06:55 AM
@lonesoac01 have you added if condition where it checks status is rejected or not then moves status to complete ?
Can you share screenshot of your flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 07:26 AM
The flow itself runs fine. My issue is the state of execution of the flow itself. When the Approval record is changed to Approved, the subflow completes just fine. When an approval record is rejected, the flow just seems to stay in Waiting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 07:36 AM
Ahhhh! I fixed it. I had to add an OR conditional to account for when people users Reject the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 07:28 AM