I did some tests but my suggestion turned out to not being true.
It seems that other running actions are reset properly.
But I found another bug: The composites are not reset. The sequencer containing my Finish-Action was marked Success (although i ended with null and not true) and at the second run just did not do anything anymore.
See the attached pictures for more information (the pictures are both from the second run).
EDIT #1:
When on the second run the left part has finished (61 seconds waiting time are over), the graph restarts and the right part is also run again.
EDIT #2:
If I reset the graph again manually every time before I start it everything seems to work.
I use this code:
1
2
3
4
5
6
foreach(varnode ingraph.allNodes)
{
node.Reset();
}
I am not sure if this also works with sub-graphs though.
Attachments:
bug_composite_not_reset.png
bug_composite_not_reset2.png
Login
Register
By registering on this website you agree to our Privacy Policy.