Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InlineJavascriptRequirementProperties

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

Hierarchy

Implemented by

Index

Properties

Optional class_

Always 'InlineJavascriptRequirement'

Optional expressionLib

expressionLib?: string[]

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

Optional extensionFields

extensionFields?: Dictionary<any>

Generated using TypeDoc