public class HasCaseInstanceVariableCmd extends Object implements Command<Boolean>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
caseInstanceId |
protected boolean |
isLocal |
protected String |
variableName |
| Constructor and Description |
|---|
HasCaseInstanceVariableCmd(String caseInstanceId,
String variableName,
boolean isLocal) |
protected String caseInstanceId
protected String variableName
protected boolean isLocal
public Boolean execute(CommandContext commandContext)
Copyright © 2021 Flowable. All rights reserved.