-
Notifications
You must be signed in to change notification settings - Fork 8
Variables
In the conditional expression, there are three types of map
variables available to be used within an expression :
runtime['<argument-name>']
Is a map variable that holds runtime arguments specified for the pipeline containing an instance of the conditional plugin. If the conditional expression specifies a runtime argument that is not present, then deployment or validation of the pipeline would be terminated with an exception.
All arguments should be specified within a quote '
token['<plugin-name>']['input'|'output'|'error']
Is a multi-map variable that contains three metrics for each plugin predecessor to the instance of a conditional plugin in the DAG.
global['pipeline'|'namespace'|'logical_start_time'|'plugin']
)
Is a map variable containing general information from the pipeline.
Conditional Plugin - A boolean expression to control flow in pipeline.