Requesting help regarding Camunda Lists returned from projection call

Hi @BDou

Luckily this should be quite straightforward actually.
You just need to use a multi-instance marker and then give it the variable that contains the list of items. I’ll then create and instance of the task or subprocess for each item in the list.

Details on how to do that is here in the docs: Multi-instance | Camunda Platform 8 Docs

1 Like