question

Jow26334 avatar image
1 Like"
Jow26334 asked Jason Lightfoot commented

How do multiple tokens leave an activity concurrently in person process flow?

Each token represents a person


Why doesn't batch processing work in person process flow?



capture.png


FlexSim 21.1.0
batchperson process flow
capture.png (11.0 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·
@Jow26334 ,can you upload an example model? I cannot see any settings of your batch activity. Thank you.
0 Likes 0 ·
Jow26334 avatar image Jow26334 commented ·

Batch Question.fsm

Thanks @Joerg Vogel , here is my file


0 Likes 0 ·
batch-question.fsm (40.1 KiB)

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

The problem is that the batch scope is the instance of the person. You need a batch that is global - ie not in an 'object-instanced' process flow

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jow26334 avatar image Jow26334 commented ·
Thanks @Jason Lightfoot , how do I modify the "Batch" to global?
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Jow26334 commented ·
You don't - it's in an instanced process flow and each instance has only one token representing the person. You can push to a global list and have another token somewhere that is pulling 2 tokens from the list with the same 'groupID' which you could use as the partition (I suggest you change labelName to groupID so that it appears in the dropdown options for you).
1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.