public class WriteProcessVariable extends AbstractReadWriteStrategy implements WriteStrategy
WriteStrategy that writes a process variable.| Constructor and Description |
|---|
WriteProcessVariable() |
| 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. |
getRuntimeService, getTaskId, getTaskServicepublic void write(StepExecutionContext stepExecutionContext, String variableName, org.camunda.bpm.engine.variable.value.TypedValue value)
WriteStrategyvariableName with value value.write in interface WriteStrategystepExecutionContext - 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.