I have 40 activities that do not depend on each other. I want to model them in a such way, that execution engine processes them in multiple parallel flows in any order. Execution engine may optimize their execution order (for example take as first the activity, that took the most time at the previous run).
Is it possible with BPEL or BPMN 2.0? If yes - how?
With a Parallel Gateway I will have to draw 40 edges, as far as I understand. Is there any better way?
Thanks!