wfCurrentSet

Sets the local state value of a key in the companion file.

Type and Usage

Parameters

Takes two parameters:

  • The first parameter is the key.

  • The second parameter is the value.

Example

Sets the key <step_name>@<workflow_name>.myKey to myValue:

<$wfCurrentSet("myKey", "myValue")$>

See Also