How do we trigger multiple sub-process using call-activity in BPM 7.2.2

we are trying to trigger multiple sub-process in Call-Activity. here we are trying to use List Variable as process variable and assigning the value to that list process variable in Rest Connector.

Iterating the List like (General–>Iteration -->Parallel multi-instantation)
list is coming with default value, instead of the values, which we assigned in rest connector using groovy script.

Hi,

It should be doable.

If I understand correctly, you want to iterate through the list and instantiate a new case for each item in your list.

To do that, you have to provide the name and version of the process to start in “process to call->Name/Version”. Then use the list in General–>Iteration -->Parallel multi-instantation–> List.

That’s not working?

Cheers