You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We allow template variables to change when we restart a workflow, but not when we reload one.
The cylc vr command will either:
Restart the workflow if it is stopped.
Reload the workflow if it is running.
Since cylc restart accepts template variables and cylc reload does not, cylc vr will print a warning if template variables are set, but the workflow is running (since it cannot enact this change).
This restriction is artificial (no fundamental reason why we can't allow template variables to be changed on reload), and appears to have caused a bit of confusion: #5965.
For functionality / consistency, we should support setting template variables with the cylc reload command the same as for cylc play.
The text was updated successfully, but these errors were encountered:
We allow template variables to change when we restart a workflow, but not when we reload one.
The
cylc vr
command will either:Since
cylc restart
accepts template variables andcylc reload
does not,cylc vr
will print a warning if template variables are set, but the workflow is running (since it cannot enact this change).This restriction is artificial (no fundamental reason why we can't allow template variables to be changed on reload), and appears to have caused a bit of confusion: #5965.
For functionality / consistency, we should support setting template variables with the
cylc reload
command the same as forcylc play
.The text was updated successfully, but these errors were encountered: