Skip to content

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'])
Clone this wiki locally