Skip to content
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

cylc graph: tasks drawn beyond the final cycle point #5984

Open
oliver-sanders opened this issue Feb 20, 2024 · 0 comments
Open

cylc graph: tasks drawn beyond the final cycle point #5984

oliver-sanders opened this issue Feb 20, 2024 · 0 comments
Labels
bug? Not sure if this is a bug or not
Milestone

Comments

@oliver-sanders
Copy link
Member

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.

@oliver-sanders oliver-sanders added the bug? Not sure if this is a bug or not label Feb 20, 2024
@oliver-sanders oliver-sanders added this to the some-day milestone Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug? Not sure if this is a bug or not
Projects
None yet
Development

No branches or pull requests

1 participant