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:
Property | Description |
---|---|
Global Variable | The 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
andproduction
will be lost.
Remarks
Global Variable
only supports#{<flow_variable>}
,${header.<headername>}
,${headers.<headername>}
and${bodyAs(String)}
expressions.