How does using FutureJavaDelegates
resolve optimistic locks here?
refer this doc[True Parallel Service Task Execution with Flowable]
How does using FutureJavaDelegates
resolve optimistic locks here?
refer this doc[True Parallel Service Task Execution with Flowable]
Hey @abhinavmanthri,
I am not sure that I understand your question. When using the true parallel service task there are no optimistic locks as everything happens in the same transaction. It is parallel because things are executed on multiple threads.
Cheers,
Filip