Hilary James Oliver
Hilary James Oliver
For cycling sequences that start _after_ the suite initial point, I think we should have pre-sequence-start ignore. (c.f. pre-start ignore with respect to the suite initial cycle point). Consider this...
See https://cylc.discourse.group/t/is-it-not-possible-to-trigger-a-task-while-paused/853 At the moment I think we have to use `--hold-after=P` with P earlier than the initial point. Can we: - allow triggering of individual tasks when the workflow...
It should be more obvious that tasks cannot be assigned to multiple queues. https://cylc.discourse.group/t/overlapping-queue-limits-and-task-ordering/857/2
``` a & b => c # in flow 1, b fails. If manually re-triggered it will succeed ``` This will stall with partially satisfied `c` and incomplete failed `b`....
(By way of a user request) Command like `cylc dump` and `cylc workflow` state don't have great output formatting, for historical reasons. It should at least be an option to...
At the moment, event handlers only show up below DEBUG level if they fail. Which is annoying. On this branch: ```console $ cylc log junk | grep Event 2023-12-18T17:17:59+13:00 INFO...
#5658 adds server-side command UUIDs to uniquely identify all log messages associated with a command. We'd get additional advantages from generating these UUIDs at the client. https://github.com/cylc/cylc-flow/pull/5658#discussion_r1424024350
We can now view the logs of a specific job submit by clicking on the right job icon. The text field in the log view will say (e.g.) `3001/mytask/03`. Getting...
> [!NOTE] > _The original discussion here is out of date. See the bottom_ --- The GUI needs somewhere for users to enter Jinja2 `var=value` pairs for use with any...