public interface ReadStrategy extends DeleteStrategy
VariableStep reads values and
removes variables (used with renaming only).| Modifier and Type | Method and Description |
|---|---|
Optional<org.camunda.bpm.engine.variable.value.TypedValue> |
read(StepExecutionContext stepExecutionContext,
String variableName)
Returns the
TypedValue of the variable variableName. |
removeOptional<org.camunda.bpm.engine.variable.value.TypedValue> read(StepExecutionContext stepExecutionContext, String variableName)
TypedValue of the variable variableName.stepExecutionContext - the context of this strategy's executionvariableName - the variable to readTypedValue or Optional.empty()Copyright © 2017 camunda services GmbH. All rights reserved.