Platform
agent-drafted
Flows: New Condition Operators and Run Selected Tasks
Flows now let you allow "continue on failure", apply conditions across all phases at once, and run just a subset of tasks in the flow builder.
We've added two new condition operators to Flows and the ability to run only selected tasks in the flow builder.
New condition operators
- CONTINUE_ON_FAILURE: A phase-level condition that recreates the legacy continue-on-failure behavior. List the tasks that are allowed to fail; every other task in the phase must still succeed. This replaces the OR condition previously used in migrated flows, which let a flow continue even when a non-optional task failed.
- ANY_TASKS_IN_ANY_PHASE: Apply a single condition to every finished task across all phases in the flow, instead of scoping it to one phase.
This solves if any task anywhere in the flow used CONTINUE_ON_FAILURE and failed, you can now trigger a single end-of-flow warning notification.
Run selected tasks
You can now select a subset of tasks in the flow builder and run just those. Phase conditions are ignored for the run, and any phase with nothing selected is skipped entirely. Handy for quickly testing or re-running part of a flow without executing the whole thing.

Full documentation is available at help.keboola.com/flows.