public interface WriteStrategy
VariableStep writes variables.| Modifier and Type | Method and Description |
|---|---|
void |
write(StepExecutionContext stepExecutionContext,
String variableName,
org.camunda.bpm.engine.variable.value.TypedValue value)
Writes a variable named
variableName with value value. |
void write(StepExecutionContext stepExecutionContext, String variableName, org.camunda.bpm.engine.variable.value.TypedValue value)
variableName with value value.stepExecutionContext - the context of this strategy's executionvariableName - the variable to writevalue - TypedValue to write, must not be null, but the TypedValue's value may.Copyright © 2017 camunda services GmbH. All rights reserved.