Skip to content

fix(engine): Do not stop if StopTrigger is not set

René Paris requested to merge behavior_triggerable_composite_node into main

The TriggerableCompositeNode was executing actions only until they succeeded, but according to the standard, it shall never finish if no StopTrigger is defined and also until the StopTrigger is satisfied.

Merge request reports