public class GetCaseVariableInstanceCmd extends Object implements Command<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 |
|---|---|
VariableInstance |
execute(CommandContext commandContext) |
protected String caseInstanceId
protected String variableName
public VariableInstance execute(CommandContext commandContext)
execute in interface Command<VariableInstance>Copyright © 2023 Flowable. All rights reserved.