public class GetTaskVariableInstanceCmd extends Object implements Command<org.flowable.variable.api.persistence.entity.VariableInstance>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isLocal |
protected String |
taskId |
protected String |
variableName |
| Constructor and Description |
|---|
GetTaskVariableInstanceCmd(String taskId,
String variableName,
boolean isLocal) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.variable.api.persistence.entity.VariableInstance |
execute(CommandContext commandContext) |
protected String taskId
protected String variableName
protected boolean isLocal
public org.flowable.variable.api.persistence.entity.VariableInstance execute(CommandContext commandContext)
Copyright © 2018 Flowable. All rights reserved.