Gianni Giordano
03/12/2025, 11:05 AMYou can resume the pipeline run from
the nearest nodes with persisted
inputs by adding the following
argument to your previous command:
Then it moves on to the next node instead of stopping the execution.
I’ve tried using both the on_node_error
and on_pipeline_error
hooks, but no luck so far.
Any ideas?Hall
03/12/2025, 11:05 AMMerel
03/12/2025, 12:40 PMGianni Giordano
03/12/2025, 3:31 PMMerel
03/12/2025, 3:34 PMSequentialRunner
is that the pipeline run will stop immediately after a node failure, so it's strange that's not what you're experiencing.