- /
-
- Automations /
- In Memory /
- Worfklow
Worfklow
TODO:FIXME
Last modified 2025-07-08
Jace Benson
Workflow, or now called, "Legacy Workflow" worked for a very long time in ServiceNow and ran in memory. This running in memory is why many workflows would have a "Timer" activity as the first activitity as that would force this to run on the event queue giving users back their session.
Many like to compare Workflow to Flow Designer but the comparison is not an apples to apples. If you want a fair comparison, Workflow vs Playbooks would be more apt and heres why.
- Workflows would hold entire processes, not just a simple trigger action for it.
- Flows are more akin to CRUD Business Rules as their supposed to be that level of modularity.
Because ServiceNow presented Flows as a alternative to Workflow, of course there were gaps since they weren't technically the right comparison.