With this workflow:
[scheduling]
[[graph]]
R1 = "a => b"
[runtime]
[[a]]
[[b]]
completion = succeeded or failed
cylc validate fails with:
WorkflowConfigError: b:succeeded is required in the graph, but optional in the completion expression
succeeded or failed
Since #6999, that is not correct and this workflow should validate.
With this workflow:
cylc validatefails with:Since #6999, that is not correct and this workflow should validate.