Call an integration multiple times in a Process Model

Hello,

I would like to know how to call an integration multiple times.
I have a series of items stored in one array. I would like to call an itegration for each item in my array.


For example in my script task: 

a!ForEach(

items: myArray,

expression: callMyIntegration(fv!item)

)

Tks

  Discussion posts and replies are publicly visible