cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute multi Instance subprocess concurrently

samtech
Champ in-the-making
Champ in-the-making

Hi,

I am trying with multi instance in parallel.

I have employee collection and I need to iterate through it to calculate some payroll data for every employee. So I have created subprocess and passing this employee collection as in parameter.

What I am expecting is to execute the flow (loop) for each employee concurrently. 

How should I achieve this case in my workflow.

Thanks,

Sam

1 REPLY 1

cjose
Elite Collaborator
Elite Collaborator

You should be able to achieve this by configuring the sub-process as parallel multi-instance.

Cheers,

Ciju