How to set completion condition for multiInstance

Hello

how to set completion condition for multiInstance,
If one of the job is completed, all job of multiInstance are completed

Hi @lzgabel,

thank you for raising this up.

Currently, a completion condition for multi-instance is not supported. The multi-instance activity waits until all instances are completed.

As a workaround, you may be able to model the same behavior differently. For example, using a boundary event on the multi-instance.

Does this help you?

Best regards,
Philipp

Hi @philipp.ossler,
Thanks for replies!

At present, this method is best way to solve my problem. Is there any plan to support completion condition for multi-instance in the future?

Currently, it is not planned. But feel free to create a new issue :balloon:

OK, Thanks for replies!

#5439