- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 04:22 PM
I have a flow with several approvals where I provide the ability to approver and reject. As such, I need to handle the rejections to update the ritm and end the flow. I was hoping to put this logic into a subflow but, am not sure how to end the subflow and the parent flow.
This is the logic I want to move to a subflow:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 04:56 PM
Hello @Mark Brogna
You can put this logic in subflow but in output parameter you will need to pass something which should identified on parent flow that approval was rejected and we have to end flow or continue further in case if it's approved. End flow from subflow won't end parent flow it's just subflow will exit.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 04:56 PM
Hello @Mark Brogna
You can put this logic in subflow but in output parameter you will need to pass something which should identified on parent flow that approval was rejected and we have to end flow or continue further in case if it's approved. End flow from subflow won't end parent flow it's just subflow will exit.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.