Asynchronous Continuation

Does asynchronous continuation works only for below components?

No - some symbols will have a transaction boundary depending on the context of the running instance (e.g. in some cases parallel gateway) or depending on implementation (e.g. Service Task implemented as an external Task)
Also you can add Async Before/After on any symbol which would also create a transaction boundary.

Hi @shiurya,

I would turn it the other way around: You don’t need async continuation for the elements you shown. They are wait states and the engine will save the process state.

You may need async continuation for the other BPMN2.0 elements not shown.

Hope this helps, Ingo

1 Like

Hi Niall,

Do you have demo recorded in this topic? I wanted to implement this but things are not working as expected.

Thanks in Advance
SG