I would like to perform identical task on multiple target elements concurrently as "parallel tasks".
The catch here is that number of parallel tasks is variable (may vary from 2 to 20 for example) and shall vary on every run of "workflow process instance". Also, the count of parallel tasks is not known in advance.
Query: Whether Activiti supports executing variable number of parallel tasks? If so, how the same can be achieved?