How to execute multi Instance subprocess concurrently

cancel
Showing results for 
Search instead for 
Did you mean: 
samtech
Member II

How to execute multi Instance subprocess concurrently

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
cjose
Senior Member II

Re: How to execute multi Instance subprocess concurrently

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

Cheers,

Ciju