Forums › 💬 NodeCanvas › ⚙️ Support › FSM Node that runs parallel to a state › Reply To: FSM Node that runs parallel to a state
My guess is that onFinish is never called in your custom task because you need to notify NodeCanvas that the action has been completed by calling the EndAction() method.