Reply To: Action doesn't wait for Coroutine end (IEnumerator) to finish

NodeCanvas Forums Support Action doesn't wait for Coroutine end (IEnumerator) to finish Reply To: Action doesn't wait for Coroutine end (IEnumerator) to finish

#9960

Hi ! Again, thanks for the amazing work on NodeCanvas, it’s a great tool and a tremendous help to us. Unfortunately we’re facing the exact same problem as mentioned before:
We’re using an ExecuteFunction with a Coroutine. The Coroutine works well but the Action doesn’t wait for it to finish to evaluate the transition.
TransitionEvaluations is set to CheckAfterStateFinished and the possible transition are
If '$success' == 'True' and If '$success' == 'False'

$success is set to true if everything went well and the FSM can move on to the next State from that moment or roll back if we have an error and $success is set to false.

Is the problem back ?