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