-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graph: optional branching #3226
Comments
|
[meeting]
|
Some more thoughts on this matter:
|
There is also a case to make branching more obvious. For example, we can use a similar logic as a switch block in common programming language, and have our statuses written in
|
It is also worth considering how branches would be displayed in gcylc/cylc-graph (transparency/special colour/?). |
I think this issue actually belongs in Cylc Flow. |
Issue back to cylc/cylc-flow! |
Ops, sorry. Thanks for transferring it back :) |
Suicide triggers are sometimes very clunky - maybe we could have syntax to denote a part of the graphing that only runs under certain conditions (e.g. a task succeeds) and otherwise removes itself (or is never inserted).
We use round brackets for optional source inclusion in Rose, and they can't be used on the RHS of a graph in cylc, so maybe we can use them here?
This could be presented nicely in the graph view with a subgraph.
The text was updated successfully, but these errors were encountered: