[BUG] Optional decorator only runs once under repeat node

Forums 💬 NodeCanvas ⚙️ Support [BUG] Optional decorator only runs once under repeat node

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15732
    kiamvdd
    Participant

      When using an optional decorator directly underneath a repeat node, the optional decorator and anything underneath it will only run once, regardless of repeater settings.

      Issue seems to be resolved by adding a decoratedConnection.status == Status.Optional clause to the repeater’s connection reset logic.

      #15733
      Gavalakis
      Keymaster

        Hello there,

        Thanks for the report and you are right. A better fix would be to simply change the clause to this 🙂

        Thanks!

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.