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 should document more clearly that use of `parameter templates' changes the formatting of the parameter for use in task names, but it does not change the value of the parameter.
For example, if parameter m is an integer templated as %(03)s then foo<m> for m=3 becomes foo003 but in the job environment $CYLC_TASK_PARAM_m is just 3, not 003.
If the job needs the formatted value too, options are:
We should document more clearly that use of `parameter templates' changes the formatting of the parameter for use in task names, but it does not change the value of the parameter.
For example, if parameter
m
is an integer templated as%(03)s
thenfoo<m>
form=3
becomesfoo003
but in the job environment$CYLC_TASK_PARAM_m
is just3
, not003
.If the job needs the formatted value too, options are:
The text was updated successfully, but these errors were encountered: