Skip to main content
Version: 4.10.1

RemoveVariable component

In Dovetail each flow has it's own environment variables, which makes it impossible to exchange variables with other flows. With global variables you can get variables that are available across all flows. These variables can be set by the SetVariable Component, and get by the GetVariable Component.

The RemoveVariable component can be used to remove the specified global variable.

Configuration

The RemoveVariable component has the following configuration options:

PropertyDescription
Global VariableThe name of the global variable you wish to remove.

Important

  • The RemoveVariable component does not care about the environment it is installed in, the value for test and production will be lost.

Remarks

  • Global Variable only supports #{<flow_variable>}, ${header.<headername>}, ${headers.<headername>} and ${bodyAs(String)} expressions.