question

Xu Chunqi avatar image
0 Likes"
Xu Chunqi asked Xu Chunqi commented

How to find which task excecuter receive the the task issued by the dispatcher

How to find which task excecuter receive the the task issued by the dispatcher?

FlexSim 16.2.2
dispatcherflexsim 16.2.2
· 1
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 ·


You can't. You can only customize a tasksequence by adding a message task back to the dispatcher, where you set parameter involved 2 as NULL. This task should be set to be rank one. This way it will be executed first when the Taskexecuter executes the sequence.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Xu Chunqi commented

Use a process flow to listen to the passTo event. You can match the task sequence id you create it in the process flow or assign it if you're creating tokens from the event.

Model attached.DetectPassTo.fsm


detectpassto.fsm (39.6 KiB)
· 1
5 |100000

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

Xu Chunqi avatar image Xu Chunqi commented ·

Jason,

Thank you for your answer, it help a lot!

0 Likes 0 ·

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.