Forums › 💬 NodeCanvas › 🗨️ General Discussion › TaskAction coroutine bug ?
When TaskAction is running on OnEnable, OnGraphStarted will set coroutine = null, StopCoroutine will not execute when OnGraphStoped
DoUpdate will run once more after this graph stops if TaskAction is running.
So I add [ExecutionPriority(10)] to TaskAction,but I don’t know if there is a problem with this modification.
Hey,
Hmm. Are you refering to TaskAction as in FlowCanvas by any chance?
Can you please provide a bit more info on the exaple you posted?
Thanks!