We can template parameters into environment variables, e.g:
[runtime]
[[mytask<param>]]
[[[environment]]]
foo = %(param)s
This gets touched on in three places:
But isn't really clearly explained in any of these locations.
Additionally, the tutorial documents the (older) CYLC_TASK_PARAM syntax, we should prefer the newer template syntax:
We can template parameters into environment variables, e.g:
This gets touched on in three places:
But isn't really clearly explained in any of these locations.
Additionally, the tutorial documents the (older)
CYLC_TASK_PARAMsyntax, we should prefer the newer template syntax: