- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 07:59 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 08:31 AM
Yes.
This is the limitation I think, we need to a fake if/else.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 08:06 AM
Hi,
You can a action exit flow then only you can add a stage as completed.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 08:11 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 08:15 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 08:25 AM
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.