Skip to content

Commit ab7ccf6

Browse files
authored
add CYLC_TASK_PARAM_<param> to job script env vars reference (#852)
1 parent a6c43ed commit ab7ccf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/reference/job-script-vars/var-list.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ CYLC_TASK_NAMESPACE_HIERARCHY # Linearised family namespace of the task,
6363
CYLC_TASK_COMMS_METHOD # Set to "ssh" if communication method is "ssh"
6464
CYLC_TASK_SSH_LOGIN_SHELL # With "ssh" communication, if set to "True",
6565
# use login shell on workflow host
66+
67+
CYLC_TASK_PARAM_<param> # If this task is a parameterized task,
68+
# the value of the parameter named <param>

0 commit comments

Comments
 (0)