public class GetPlanItemVariableInstanceCmd extends Object implements Command<org.flowable.variable.api.persistence.entity.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 |
|---|---|
org.flowable.variable.api.persistence.entity.VariableInstance |
execute(CommandContext commandContext) |
protected String planItemInstanceId
protected String variableName
public org.flowable.variable.api.persistence.entity.VariableInstance execute(CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.