cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Execution of Service Tasks in Threads

cl123
Champ in-the-making
Champ in-the-making
Hello,

in order to achieve real parallel execution of Service Tasks I implement a Task Listener of a User Task which starts a Worker Thread. Meanwhile the process goes on in parallel branches. After finishing, the Worker Thread completes the User Task via the runTimeService.
Are there any pitfalls for this workaround or better ways to do parallel execution ?

Thanks
Christian
1 REPLY 1

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Lots possible pitfalls. What if one fails? Rollback? Retry? I so, how often etc… Best is to vote for ACT-126 in jira