Behavior Tree Service not running

I’m having a strange situation. I had a behaviour tree and everything was working great. But I needed to add some additional logic to it.

Once everything was added I noticed that the service on one of my components isn’t running any more. I breakpointed the behaviour tree and the service that is supposed to run, but it’s just not happening.

If I remove the first two selectors. (exec path: 0 - 1 - 2) and connect my root directly to the service, works fine. The jobtype blackboard condition passes so it should start running my service, right?

Did you ever resolve this issue - I am having similar problems with my service not running except very rarely - even though the execution loop is clearly passing through the selector node it’s tied to.