public class GetPlanItemVariableInstanceCmd extends Object implements Command<VariableInstance>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
planItemInstanceId |
protected String |
variableName |
| Constructor and Description |
|---|
GetPlanItemVariableInstanceCmd(String planItemInstanceId,
String variableName) |
| Modifier and Type | Method and Description |
|---|---|
VariableInstance |
execute(CommandContext commandContext) |
protected String planItemInstanceId
protected String variableName
public VariableInstance execute(CommandContext commandContext)
execute in interface Command<VariableInstance>Copyright © 2023 Flowable. All rights reserved.