Issue with documentation on graph branching

I am looking into implementing graph branching into a workflow I use and as a test tried to implement the second example in the documentation for adding a simple recovery task.

Link to docs here

foo => bar
bar:fail? => recover
bar? | recover => baz

However this graph fails cylc validation as it thinks the first reference to bar should be bar?. Is this an error in the documentation or in cylc validate?

That’s a documentation error - I’ll get that fixed: Thank you for letting us know.

2 Likes