Setting stage at end of flow completed not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 05:02 AM
Hi All,
Can anyone help me to set the stage at the end of flow designer to completed.
As per below image even log is also printing but in poral the stage is still previous, and it did not set.
Kindly help on this at the earliest
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 05:11 AM
Check the flow stages if the internal name is also "completed" or try using end flow once
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 05:17 AM
Hi @Pooja58 ,
There is difference between state and stage. Stage you need to set from like below
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 11:29 AM
What is the meaning of flow context showing in yellow color
And these stages are not setting also. on the poratl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2024 06:40 AM
The yellow highlight indicates paths in the flow logic that were not executed. This happens because:
- The condition in the corresponding "If" statement was met, causing the "Else" path to be skipped.
- Or other logical reasons determined during runtime.
In this case, the "Else" branch wasn't triggered, which is why it appears in yellow and shows "Not Run" in the logs.
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"
Thank You
Juhi Poddar