Expression-class: Expression Class

Description Fields Examples

Description

Define an expression that will be evaluated and used to modify the behavior of a tool or workflow. See Expressions for more information about expressions and ExpressionEngineRequirement for information on how to define a expression engine.

Fields

engine

(JsonPointerORcharacter) Either cwl:JsonPointer or a reference to an ExpressionEngineRequirement defining which engine to use.

script

(character) The code to be executed by the expression engine.

Examples

1
Expression(engine = "#cwl-js-engine", script = "$job.inputs['threads']")

sbg/sevenbridges-r documentation built on March 26, 2021, 3:33 p.m.