Asynchronous continuations are a a very powerful process engine feature. Up until now you could use asynchronous continuations in two ways:
Before an activity.
Asynchronous process instantiation using the async start event. (Added in 7.0).
With camunda BPM 7.2.0-alpha3, Asynchronous continuations become even more powerful:
You can now place an asynchronous continuation AFTER an activity. (
↧