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.
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