extensions

Iteration en mode (multi – instanciation) from data coming from a connector (extension)

Hello,
I am new to Bonita Community Edition on version 2022.1
In the context of a process, I would like to be able to iterate sequentially (multi - instantiation) on a task from the data returned by a connector.
I have implemented a connector that returns a list of plein java beans (class ch.eri.orp.thirdparty.entity.AddressCondition) which is stored within a process variable named addressCondition.

Notifications