Skip to content

TaskExecutor: handle case where the task cannot be corretly instanciated

payno requested to merge fix_executor_stack into main

When the task has missing inputs, create_task does not actually create a task (is None) which causes the stack to be stuck because is_available stays False.

Edited by Wout De Nolf

Merge request reports