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

xucq
Not applicable
6 Views
3 Replies
Message 1 of 4

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

xucq
Not applicable

[ FlexSim 16.2.2 ]

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

0 Likes
Accepted solutions (1)
7 Views
3 Replies
Replies (3)
Message 2 of 4

joerg_vogel_HsH
Mentor
Mentor


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
Message 3 of 4

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

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

Message 4 of 4

xucq
Not applicable

Jason,

Thank you for your answer, it help a lot!

0 Likes