cylc / cylc-flow

Cylc: a workflow engine for cycling systems.
https://cylc.github.io
GNU General Public License v3.0
335 stars 94 forks source link

'cylc show': display state attributes and flows #6491

Closed hjoliver closed 4 days ago

hjoliver commented 5 days ago

Extend cylc show to display state attributes (queued, held, runahead) and flow numbers (if not just flow 1).

Close #6490

e.g.:

description: (not given)
URL: (not given)
state: waiting (held,runahead)  # <-----(new)
flows: [1,2]                    # <-----(new)
prerequisites: (None)
outputs: ('⨯': not completed)
...

Check List