Ending Flow from Subflow

Mark Brogna
Tera Contributor

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:

MarkBrogna_0-1741134115340.png

 

1 ACCEPTED SOLUTION

Viraj Hudlikar
Tera Sage

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.

View solution in original post

1 REPLY 1

Viraj Hudlikar
Tera Sage

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.