public class SubmitStartFormCmd extends Object implements Command<ProcessInstance>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected String |
processDefinitionId |
protected org.camunda.bpm.engine.variable.VariableMap |
variables |
Constructor and Description |
---|
SubmitStartFormCmd(String processDefinitionId,
String businessKey,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
execute(CommandContext commandContext) |
protected final String processDefinitionId
protected final String businessKey
protected org.camunda.bpm.engine.variable.VariableMap variables
public ProcessInstance execute(CommandContext commandContext)
execute
in interface Command<ProcessInstance>
Copyright © 2020. All rights reserved.