Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

arpitagupta
ServiceNow Employee
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
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