Package org.flowable.engine.impl.cmd
Class SubmitStartFormCmd
java.lang.Object
org.flowable.engine.impl.cmd.NeedsActiveProcessDefinitionCmd<ProcessInstance>
org.flowable.engine.impl.cmd.SubmitStartFormCmd
- All Implemented Interfaces:
Serializable
,Command<ProcessInstance>
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.cmd.NeedsActiveProcessDefinitionCmd
processDefinitionId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessInstance
execute
(CommandContext commandContext, ProcessDefinitionEntity processDefinition) Subclasses should implement this.Methods inherited from class org.flowable.engine.impl.cmd.NeedsActiveProcessDefinitionCmd
execute
-
Field Details
-
businessKey
-
properties
-
-
Constructor Details
-
SubmitStartFormCmd
-
-
Method Details
-
execute
protected ProcessInstance execute(CommandContext commandContext, ProcessDefinitionEntity processDefinition) Description copied from class:NeedsActiveProcessDefinitionCmd
Subclasses should implement this. The providedProcessDefinition
is guaranteed to be an active process definition (ie. not suspended).- Specified by:
execute
in classNeedsActiveProcessDefinitionCmd<ProcessInstance>
-
convertPropertiesToVariablesMap
-