-
Notifications
You must be signed in to change notification settings - Fork 8
Variables
Nitin Motgi edited this page Aug 19, 2017
·
6 revisions
In the conditional expression, there are three types of map
variables available to be used within an expression :
-
Runtime Variables (E.g.
runtime['<variable-name>']
) -- Is a map variable that contain values , -
Token Variables (E.g.
token['<plugin-name>']['input'|'output'|'error']
) & -
Global Variables (E.g.
global['pipeline'|'namespace'|'logical_start_time'|'plugin']
)
Conditional Plugin - A boolean expression to control flow in pipeline.