Hilary James Oliver
Hilary James Oliver
Close #5079: if there are no active flows present, manually triggered tasks (by default) get all previous flow numbers. (5079 is still an open question, but I think this is...
**Check List** Address #5080 - parsec should only dedent and strip multi-line string values. - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x]...
https://cylc.discourse.group/t/adding-new-task-to-succeeded-workflow-explicit-insertion/520/3 [UPDATE: supersedes #5072 ] Scenario: - restart a completed workflow (with `--pause` to keep the scheduler up, but see #5078 ) after adding new tasks to the graph -...
Implement accepted proposal [A New Command for Manual Task Forcing](https://github.com/cylc/cylc-admin/blob/master/docs/proposal-cylc-set.md) - Close #5642 - Close #5638 - Close #5572 - Close #5882 Supersede #5412 (fix expire triggers) - Close #5364...
Noticed while working on #5658 Straighten out the use of `TASK_OUTPUT_blah` vs `TASK_EVENT_blah` in the event manager module. It works fine as-is, because the standard OUTPUT and EVENT names are...
... or some generalization of that. This would make it more obvious (than integer cycling) that Cylc can be used to process (e.g.) a list of many datasets. Potentially the...
```ini [scheduler] allow implicit tasks = True [scheduling] cycling mode = integer [[graph]] P1 = """ get => foo => bar & baz foo[-P1] => foo """ [runtime] [[root]] script...
If you trigger a reflow and then leave it alone, it could: - peter out naturally (e.g. you triggered a branch of the graph that terminates after a while) -...
Part of the job script boilerplate in `cylc/flow/etc/job.sh`: ``` # Create share and work directories mkdir -p "${CYLC_WORKFLOW_SHARE_DIR}" || true mkdir -p "$(dirname "${CYLC_TASK_WORK_DIR}")" || true ``` I've traced the...
For historical reasons the naming of data structures and variables associated with task outputs and prerequisites is a bit confusing: - originally task outputs were task messages, full stop -...