EnvironmentDef

Define an environment variable that will be set in the runtime environment by the workflow platform when executing the command line tool. May be the result of executing an expression, such as getting a parameter from input.

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

envName_
string envName_;

The environment variable name

envValue_
Union!(string, Expression) envValue_;

The environment variable value

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta