InlineJavascriptRequirement

Indicates that the workflow platform must support inline Javascript expressions. If this requirement is not present, the workflow platform must not perform expression interpolation.

class InlineJavascriptRequirement : RecordSchemaBase {}

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Static variables

class_
auto class_;

Always 'InlineJavascriptRequirement'

Variables

expressionLib_
Union!(None, string[]) expressionLib_;

Additional code fragments that will also be inserted before executing the expression code. Allows for function definitions that may be called from CWL expressions.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta