Assigning multiple task executors to Delay module in ProcessFlow

Assigning multiple task executors to Delay module in ProcessFlow

nicholas_d
Not applicable
61 Views
1 Reply
Message 1 of 2

Assigning multiple task executors to Delay module in ProcessFlow

nicholas_d
Not applicable

[ FlexSim 20.0.2 ]

capture.pngHello,

I am using process flow and would like to assign multiple operators to complete a task. Currently, I have the task executors assigned as a label to the token (as an array - see picture attached). However, this only makes one of the operators in the array complete the task and the other operator remains idle. Is there a way to assign multiple TEs to a single Delay module?

0 Likes
Accepted solutions (1)
62 Views
1 Reply
Reply (1)
Message 2 of 2

tanner_p
Not applicable
Accepted solution

Hi @Nicholas D,

Most activities will only utilize the first item in an array, so you need to create a Run Sub-Flow Activity in Process Flow that will run a sub-flow that serves as the "Delay module" you mentioned. Then create a number of tokens based on the length of the array and use an Assign Labels activity to assign an operator to each token created based on the operator's position in the array. You can do this based on the token's creation rank in the sub-flow. If you upload your model, I'd be happy to show you how this could work.