Forums › 💬 NodeCanvas › ⚙️ Support › [BUG] NestedFSM combined to ForceFinish
Hello here,
There is a Big bug (^^) with NestedFSM and when you ForceFinish a Graph.
Current nested FSM state will fail, and next time you enter in it, it will keep its fail status. This occur 100% of the time.
I check for a solution, but not found for now.
Hello again,
I resolved it by placing in ActionState a condition on actionListStatus. And in NestedFSMState a condition to stop it when the Nested FSM is not running.
Dunno the side effect of this.