We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cylc graph is displaying tasks which are beyond the final cycle point in situations where future triggers are used.
Reported on Discourse: https://cylc.discourse.group/t/excluding-future-tasks-past-the-end-point-on-the-graph/895/2
E.G. When this workflow is graphed:
[scheduler] allow implicit tasks = True [scheduling] cycling mode = integer initial cycle point = 1 final cycle point = 5 [[graph]] P2 = task[-P2] => task P2 = task[ P2] => clean
With this command:
$ cylc graph 1 5
The cycle 7 appears in the result.
7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cylc graph is displaying tasks which are beyond the final cycle point in situations where future triggers are used.
E.G. When this workflow is graphed:
With this command:
The cycle
7
appears in the result.The text was updated successfully, but these errors were encountered: