cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel execution in Activiti

gouthr
Champ in-the-making
Champ in-the-making
Hi,

Does Activiti support true parallel execution of say 2 long running service task? If not, what is the best approach to support parallel execution of long running service tasks?

Thanks,
-Goutham
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
You can use activiti:async="true" on the service task. they will be executed in a separate thread pool.