Hi,
I was wondering if there gonna be a Zeebe compatible implementation of the multi-instances subprocesses (namely the ‘parallel’ option). I know there is with Camunda. I’m aware that it wasn’t implemented for Zeebe as of last February (Support for Multi-Instance subprocess? - Zeebe Broker - Camunda Cloud, powered by the Zeebe Engine).
USECASE: I need to create a collection of specific payloads (same format for each), and make all of them run through a bunch of tasks (well, the following tasks of the workflow actually). Recap: the first task runs once and create n payloads, the following tasks will then run n times (that’s where the “multiple instances” steps in, for me).
The parallel multi-instances seemed to perfectly match the usecase.
My question is : will this feature be soon avaible for Zeebe (even before production stage) ? or is there any similar way to get the thing done ?
thank you for any advice