correctness.task_never_runs
A warn rule, scope workflow. A step’s condition folds to a constant false, so the step never runs.
Synopsis
$ orion-server clippy ./definitions
warn[correctness.task_never_runs] a step's condition folds to a constant false, so the step never runs
Description
The compiler folded a step’s condition to false/null.
Caveats
A warning: "condition": false is a way to switch a step off.
Related
- Advisory checks: every rule, the levels, and where certainty comes from.
orion-server clippy: the command, its flags and exit codes.- Test workflows offline: running the rules against a set.
- Workflows: the step grammar the rule reads.
Last verified 14 September 2026