Flow designer - Add stage before the flow ends

valter479
Tera Contributor

I am trying to add stage to complete right before the  flow ends. I am unable to do so. 

 

Is any way possible to do so?

 

Here is a simple example, after approved I want to change the stage to complete.

AddingStage.png

1 ACCEPTED SOLUTION

Yes.
This is the limitation I think, we need to a fake if/else.

 

 


Thanks and Regards,

Saurabh Gupta

View solution in original post

5 REPLIES 5

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
You can a action exit flow then only you can add a stage as completed.

 

SaurabhGupta_0-1672416379764.png

 

 

 


Thanks and Regards,

Saurabh Gupta

I am unable to add End Flow. You can only add End Flow inside an if/else logic. 

 

Which look like the example you provide.

Yes. You have to apply if else to add end flow.
At the end you cannot add end flow.

For approval you should check weather approve or not and apply if else then add stage.

 

 


Thanks and Regards,

Saurabh Gupta

Ok what if the last action on the flow is to create a task (with the wait flag on, which I believe it waits to be completed/cancel ). Even if the task is cancel/complete I want to change the stage to complete. 

 

I will not need to add an if else to check if task is completed or cancel.  so how would I add the stage after the task action.