public class SubmitTaskFormCmd extends Object implements Command<org.camunda.bpm.engine.variable.VariableMap>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.camunda.bpm.engine.variable.VariableMap |
properties |
protected String |
taskId |
| Constructor and Description |
|---|
SubmitTaskFormCmd(String taskId,
Map<String,Object> properties) |
| 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
public org.camunda.bpm.engine.variable.VariableMap execute(CommandContext commandContext)
Copyright © 2013–2019 camunda services GmbH. All rights reserved.