In ServiceNow, How the workflow execution happens , in a Synchronous way or Asynchronous way.

krishna26
Kilo Expert

We know if a Business Rule is Synchronous way or Asynchronous by the type we keep,How can we know if workflow is Synchronous way or Asynchronous ?

1 ACCEPTED SOLUTION

Priyanka Chandr
Mega Guru

Hi  Krishna,

As we consider timer activity, Every script execution after implementing a workflow timer is run by system user and is also run in the background on the system scheduler. This allows Business Rules, Script-Includes and Workflow Scripts to run asynchronously, which allows for better system performance

Also refer below link

https://hi.service-now.com/kb_view.do?sysparm_article=KB0647534

Kindly mark it correct and helpful if it is applicable.

Thanks,

Priyanka

View solution in original post

1 REPLY 1

Priyanka Chandr
Mega Guru

Hi  Krishna,

As we consider timer activity, Every script execution after implementing a workflow timer is run by system user and is also run in the background on the system scheduler. This allows Business Rules, Script-Includes and Workflow Scripts to run asynchronously, which allows for better system performance

Also refer below link

https://hi.service-now.com/kb_view.do?sysparm_article=KB0647534

Kindly mark it correct and helpful if it is applicable.

Thanks,

Priyanka