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,