Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 21.2.4 ]
Is there a way to trigger wait for event activity in process flow from using sendmessage()?
Solved! Go to Solution.
[ FlexSim 21.2.4 ]
Is there a way to trigger wait for event activity in process flow from using sendmessage()?
Solved! Go to Solution.
I think, it is more likely the on receive message event, that you can evaluate.
In you case you can just detect that a token enters/exits the activity: "Custom Code- Send message"
Hi Jason, Thanks for your response. I asked this as part of bigger model where I use a customized library in flexsim. I add instruction to travel, and then instruction to send message, so that the message is triggered after travel is completed. So detecting token entry exit to custom code will not help.
Doesn't look like it from either the dropdown list you get when you sample it, or a simple test.
I think pushing to and pulling from lists are a much better option for synchronization like this - so much more transparent.
Glad you were able to articulate what you were looking for with Logan. You're still not detecting the message sending event unless it's sent and received in zero time. If it's a delayed message then you'll not be able to detect the sending event