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.

Members

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genIdentifier
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Static variables

class_
auto class_;

Always 'InlineJavascriptRequirement'

Variables

expressionLib_
Either!(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.

Meta