Reply To: Action task is never repeated

Forums 💬 NodeCanvas ⚙️ Support Action task is never repeated Reply To: Action task is never repeated

#15363
Gavalakis
Keymaster

    Hello,

    Please use EndAction(true) or EndAction(false) ( or simply EndAction() ) in your custom action tasks code. An action task has to finish in either Success or Failure so that it gets reset and is able to run again. Does it work if you do?

    Let me know. Thanks.