- All Implemented Interfaces:
- Initializable, MetricsReportable, XProcessingElement, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
@Processor(displayName="Remove Variable",
type=GENERIC,
requireConfiguration=true,
iconFileName="remove_variable",
description="Removes the scope variable with the given name from the message context",
documentationURL="base/remove_variable.html")
public class RemoveVariable
extends AbstractSequencedProcessingElement
This processing element removes the variable with the given name, either from flow variables or from sub-flow
variables depending on the current context of the message
- Since:
- 17.01
- Author:
- Udith Gunaratna