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