web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / innovativeaj / Synchronous / Asynchronous ...

Synchronous / Asynchronous Workflows – Quick Review

innovativeaj Profile Picture innovativeaj 175

Synchronous => Real Time

Asynchronous => Background

  • Background workflows always run in the context of the owner of the workflow,
    while Real time workflow gives you two options either to execute as the owner of the workflow or to execute as the user who made changes to the record.

Real time workflows has the ability to roll back changes if a failure occurs which is not the case for Background workflows.


This was originally posted here.

Comments

*This post is locked for comments