public class SubmitTaskFormCmd extends Object implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
deserializeValues |
protected org.camunda.bpm.engine.variable.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 |
---|---|
org.camunda.bpm.engine.variable.VariableMap |
execute(CommandContext commandContext) |
protected String taskId
protected org.camunda.bpm.engine.variable.VariableMap properties
protected boolean returnVariables
protected boolean deserializeValues
public org.camunda.bpm.engine.variable.VariableMap execute(CommandContext commandContext)
Copyright © 2022. All rights reserved.