Behavior Graph: Run in Parallel Until Condition Node not bailing the other childs out

If one on the child nodes of the “Run In Parallel Until Condition” - Node succeeds, completes or fails, shouldnt the other childs then automatically stop running?
So in this example, should the Wait node fail, whenever the Run in Parallel Until X Completes?


Hi,

Thanks for reporting the bug, it does indeed sound like it shouldn’t do that. I’m going to look into it now.

Thanks,

2 Likes

Thanks a lot!

Really appreciate it :yum:

Was there something unusual?

Hi,

Yes there was and it’ll be in the next update :slight_smile: . We’re adding a “interrupted” state for the nodes that have been ended as a result of another node completing.

Thanks

2 Likes

Ah perfect, thanks for the answer.
I think a similar bug is occuring with the WaitForAny Node,
check out the Thread I made about this:
WaitForAny Thread

Thanks.

Hi,

Yeah the solution is general so that should be handled as well.

Exciting.

I know you probably dont have a public release date, but will it be in near future <2 Weeks? :star_struck:

Best.

Hoping for next week release for 1.0.6 :slight_smile:

1 Like

Hey, the issue reported here was not fixed with the 1.0.6. BUT I noticed that Issue is ONLY visual, so it just shows that the other Node is running, it is NOT actually running.
I made a small video showing what I mean.
BUG Bhvr Graph Load.zip (11.0 MB)

Hi,

We didn’t manage to land it for 1.06 but hopefully 1.0.7. It should end up looking something like the following:

1 Like