Parallel multinstante completion condition

1
0
-1

You can define a condition of wholeness or completion in a parallel multiintancia activity? If yes, can you give me an example of how to define a condition of completeness in a parallel multi-instance activity.

1 answer

1
+1
-1

if you define an activiuty as mul;ti-instantiated, the instances are in parallel by default, unless ytou explicitly configure them to be sequential (in series). There are three options for specifiying how many instances: a number (hard-coded or a data value), a list of iterations, or an expression. Then you specify a completeness condition, so for example, you could start 7 instances and set your completeness condition to say that the multi-instantiated actiovity is complete when 5 instances are complete. See the doc for more details.

Chrus

Notifications