public interface DeleteStrategy
VariableDeleteStep removes
variables.| Modifier and Type | Method and Description |
|---|---|
void |
remove(StepExecutionContext stepExecutionContext,
String variableName)
Removes a variable.
|
void remove(StepExecutionContext stepExecutionContext, String variableName)
This method is placed in the read interface because it's the source variable that is to be deleted.
WriteStrategys might not know about the source variable and are therefore unable to delete it.
stepExecutionContext - the context of this strategy's executionvariableName - the variable to deleteCopyright © 2017 camunda services GmbH. All rights reserved.