Skip to content

cylc stop with cycle point does not work properly when multiple workflows specified #7181

@MetRonnie

Description

@MetRonnie
cylc stop a/run1 a/run2 //42
  • Expected: both workflows stop after cycle point 42 has completed
  • Actual: run1 stops immediately, run2 stops after cycle 42 has completed
cylc stop a/run1//42 a/run2//42
  • Expected: same as above
  • Actual: InputError: IDs contain too many cycles/tasks/jobs (max 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is wrong :(

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions