public class SubmitTaskFormCmd extends Object implements Command<Object>, 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) |
protected String taskId
protected org.camunda.bpm.engine.variable.VariableMap properties
public Object execute(CommandContext commandContext)
Copyright © 2020. All rights reserved.