From what I'm understanding if the parent node has the "self" conditional abort type then it will continually reevaluate the previous tasks in case they change their state. With that in mind shouldnt I see "a" and "b" being continually logged when the Wait task is running? Because that is not happening so I think I'm not understanding how it works.

