We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Is there any way to run the workflows asynchronously in a synchronous business rule ?

arpitagupta
ServiceNow Employee

Is there any way to run the workflows asynchronously in a synchronous business rule ? Currently I am using Workflow Timer activity as suggested in https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0647534 but  is there any way to start the workflow in asynchronous mode using the API ?

1 REPLY 1

Mike_R
Kilo Patron

Maybe trigger the workflow from a sub flow (in Flow Designer). Then create a code snippet of that sub-flow and use that code in your Business Rule