Message 1 of 2
Pull from List succeeds but token.Work is not assigned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,I work in flexsim 24.2,I have an issue with Pull From List
I’ve created a logic in my Process Flow that works as follows:
- Try to pull an AGVWork as token.Work.
- If successful, proceed with subsequent operations.
- If not, return to the original position and try pulling an AGVWork again.
Here’s the strange part:
- If the token returns to the original position and then pulls the AGVWork, it works fine.
- If it pulls the AGVWork directly without returning, the pull also succeeds, but later in the flow, token.Work becomes null.
I added some logging to debug the issue.
It looks like the Pull from List succeeded, but the “Assigned To” field wasn’t set correctly.Is there any way to ensure that the pulled object is properly assigned to the token ?
Any suggestions or directions are greatly appreciated.