public class SubmitStartFormCmd extends Object implements Command<ProcessInstance>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
businessKey |
protected String |
processDefinitionId |
protected VariableMap |
variables |
Constructor and Description |
---|
SubmitStartFormCmd(String processDefinitionId,
String businessKey,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
ProcessInstance |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected final String processDefinitionId
protected final String businessKey
protected VariableMap variables
public ProcessInstance execute(CommandContext commandContext)
execute
in interface Command<ProcessInstance>
Copyright © 2022. All rights reserved.