threading

Multi-instantiated tasks and parallel execution / Bonita 7.3

Hello.

We're testing multi-instance tasks and their execution parallelism. After some tests, it seems that despite a parallel setting, task instances, generated from a pool variable array, are executed in a sequential way, and not actually parallel : when storing tasks results in an array, they appear in the same order as the source collection, that seems to be very strange, without any random factor as expected...

Notifications