Reply To: Dynamic Selector and Failing ActionTask

Forums 💬 NodeCanvas ⚙️ Support Dynamic Selector and Failing ActionTask Reply To: Dynamic Selector and Failing ActionTask

#18840
Gavalakis
Keymaster

    Hello,

    You would need to use ConditionTasks for conditions instead of ActionTasks, yes.
    ActionTasks are not revaluated this way, because if the action was created in a way as to return Running, it would mean that both of these tasks would run in parallel, which is not desired when using a selector.
    Is there any specific reason you don’t want to use a condition task?

    Cheers!