Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 16.2.2 ]
How to find which task excecuter receive the the task issued by the dispatcher?
Solved! Go to Solution.
[ FlexSim 16.2.2 ]
How to find which task excecuter receive the the task issued by the dispatcher?
Solved! Go to Solution.
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.
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
Jason,
Thank you for your answer, it help a lot!