bennodual Posted December 19, 2016 Share Posted December 19, 2016 Hi I want to change a state-variable of each entity of a specific type. I am trying to reach this goal by using a search-step in a Process. The process is executed correctly but the search-step is not doing anything. I have set the following values for the search-step: CollectionType: EntityPopulation Entity Type: Besucher Search Type: Forward Match Condition: True Limit: Infinity The goal is that each entity of Type Besucher should flow to the "Found"-Branch where I have created an assign-step for changing the state. But the Step following the "Found"-Branch is never reached and also the Step following the "Original"-Branch is never reached (I have set a breakpoint at thia steps.) I have also attached a screenshot. I hope, someone can help me. Link to comment Share on other sites More sharing options...
agraunke Posted December 19, 2016 Share Posted December 19, 2016 Is the search step being executed? Have you tried a break point on that step? If tokens are entering that step but not exiting through either the "original" or the "found" branch that would imply a pretty major bug, I think Can you post an example model demonstrating the behavior you are seeing? -Adam Link to comment Share on other sites More sharing options...
bennodual Posted December 19, 2016 Author Share Posted December 19, 2016 Hi Adam Thanks for your reply. I have now determined, that the breakpoint at the assign-step will only take effect, when the assign-step has also a assignment defined Now it is working. Link to comment Share on other sites More sharing options...
Recommended Posts