cancel
Showing results for 
Search instead for 
Did you mean: 

Call activities asynchronous by default

andregs
Champ in-the-making
Champ in-the-making
Hi,

I think call activities should be activiti:async="true" by default. What do you think?

I have a big macroprocess composed of call activities. Each call activity updates process variables (jpa entities) and must commit before the next call activity is called, otherwise such updates will be not visible in the next task. So I ended up having most call activities with activiti:async="true".

Regards,
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

I don't think we should set call activities to async by default.
This is not always the desired behavior.

Best regards,