public class SubmitTaskFormCmd extends Object implements Command<VariableMap>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
deserializeValues |
protected VariableMap |
properties |
protected boolean |
returnVariables |
protected String |
taskId |
Constructor and Description |
---|
SubmitTaskFormCmd(String taskId,
Map<String,Object> properties,
boolean returnVariables,
boolean deserializeValues) |
Modifier and Type | Method and Description |
---|---|
VariableMap |
execute(CommandContext commandContext) |
protected String taskId
protected VariableMap properties
protected boolean returnVariables
protected boolean deserializeValues
public VariableMap execute(CommandContext commandContext)
execute
in interface Command<VariableMap>
Copyright © 2019. All rights reserved.