FloraPhyll 0 Posted October 27, 2017 Share Posted October 27, 2017 Hello, In a process A, I’m Firing an event that triggers a process B. In the process B, I use a Create step to create an entity. Also, process A is being executed with the Execute step through another process C. My problem is that the entity does not get created. The steps I made seem correct but the entity does not get created. Any hint from someone who sees the error or someone who has ever encountered this situation? Thank you, Flora Master candidate Link to post Share on other sites
gocken 42 Posted October 27, 2017 Share Posted October 27, 2017 try to transfer created entity from free space to a station or any other appropriate place by using a transfer step. Link to post Share on other sites
FloraPhyll 0 Posted October 27, 2017 Author Share Posted October 27, 2017 I already have a transfer step that transfers the entity to a specific node. But thank you though. Link to post Share on other sites
gocken 42 Posted October 27, 2017 Share Posted October 27, 2017 would u upload your model? Link to post Share on other sites
FloraPhyll 0 Posted October 31, 2017 Author Share Posted October 31, 2017 Unfortunately I can't upload the model because I've used confidential info in it from a company. Thank you for your help though. Have a good day. Link to post Share on other sites
gocken 42 Posted November 1, 2017 Share Posted November 1, 2017 Note that, if it is a seperate node, it is possible that the entity is transferred to the node and it stays stuck there. In order to check this you can attach a queue to the node and see the node parking station's contents pysically. Link to post Share on other sites
FloraPhyll 0 Posted November 1, 2017 Author Share Posted November 1, 2017 I was able to fix it. The logic behind the processes was correct. The problem was the decide Step I had before the create Step of the entities. The state variables I used in the Decide Step were not updated somewhere else in the model so the condition was not respected. That is why the entity were not created ^^. Thank you for your answer. Link to post Share on other sites
Recommended Posts