- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 10:40 PM
Hi Community,
Are there any things that cannot be achieved through Flow Designer but can be achieved with Workflow? I have seen threads where it is mentioned that SLA timer-related things cannot be handled via Flow Designer, but these actions are available in Flow Designer.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 10:58 PM
Flow is not a complete replacement for Workflow.
there are lot many things which are not supported in Flow but works well in Workflow
But there is no definite list for this
It will be only known when some particular requirement comes in and you get to know that flow cannot handle it
Below are some items which Flow doesn't support
1) complex scripting
2) rollback approval
more details here
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 10:50 PM
I am not sure but you can refer this
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 10:58 PM
Flow is not a complete replacement for Workflow.
there are lot many things which are not supported in Flow but works well in Workflow
But there is no definite list for this
It will be only known when some particular requirement comes in and you get to know that flow cannot handle it
Below are some items which Flow doesn't support
1) complex scripting
2) rollback approval
more details here
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 10:59 PM
Hi @Astik Thombare
I know one, which is related to approval.
Use case:
After submitting the service request, an approval needs to be triggered to the designated approver. If the approver does not take action on the record within 3 days, escalate the approval to the approver's manager.
Difference:
If the RITM lifecycle is being managed by a workflow, we just need to update the approver value to the approver's manager in the approval record. This allows the manager to act on it, and the RITM will move to the next stage based on the result.
However, if the lifecycle is being managed by Flow Designer, simply changing the approver value in the approval record won't work. The entire flow needs to be re-triggered, or additional steps need to be taken.
Regards,
Siva