How to Reset Task Status

Pedro Civa

New member
Hi everyone, I'm having this situation where I have a bunch of checks that result in a certain behavior, problem is they are getting checked once and are not reseting after that, in a way that when the AI needs to make those checks again it just skips the tasks because they've already returned a status of success of failure. I attached a screenshot so you guys can see the tree. Hope you can help me :)View attachment 2922
 
If you'd like to reevaluate conditional tasks you can use conditional aborts:


You'll need to structure your tree in a way so it correctly reevaluates the conditional tasks based on what branches are running. Here is a tree structure that works well with conditional aborts:

 
Top