How does 'Exclusive' Asynchronous Continuations work?

I would like to know how process engine handles ‘Exclusive’ option for asynchronous continuations. I was able to find about async before and after in the docs but can’t find much about exclusive.
Also, how the process engine commit the transaction when async before and exclusive both are selected for a service task.

Thanks in advance.

The Job Executor | docs.camunda.org Please check this

1 Like

Thanks @shashi … it helped! now got a better idea of exclusive :slight_smile: