hi there,
i often need to reload a running workflow definition (e.g. changing run length) and so i am using cylc vr
to do so.
i don’t understand why i need to then run cylc reload
command afterwards since the docs say…
* "Reload" the workflow (if it is running),
* or "play" it (if it is stopped).
This command is equivalent to:
$ cylc validate myworkflow --against-source
$ cylc reinstall myworkflow
# if myworkflow is running:
$ cylc reload myworkflow
# else:
$ cylc play myworkflow
thanks,
jonny