Package org.flowable.engine.impl.cmd
Class StartProcessInstanceAsyncCmd
java.lang.Object
org.flowable.engine.impl.cmd.StartProcessInstanceCmd
org.flowable.engine.impl.cmd.StartProcessInstanceAsyncCmd
- All Implemented Interfaces:
Serializable
,Command
author martin.grofcik
- See Also:
-
Field Summary
Fields inherited from class org.flowable.engine.impl.cmd.StartProcessInstanceCmd
assigneeId, businessKey, businessStatus, callbackId, callbackType, extraFormInfo, extraFormOutcome, extraFormVariables, fallbackToDefaultTenant, outcome, overrideDefinitionTenantId, ownerId, predefinedProcessInstanceId, processDefinitionId, processDefinitionKey, processDefinitionParentDeploymentId, processInstanceHelper, processInstanceName, referenceId, referenceType, stageInstanceId, startEventId, startFormVariables, tenantId, transientVariables, variables
-
Constructor Summary
ConstructorsConstructorDescriptionStartProcessInstanceAsyncCmd
(ProcessInstanceBuilderImpl processInstanceBuilder) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
executeAsynchronous
(ExecutionEntity execution, Process process, CommandContext commandContext) Methods inherited from class org.flowable.engine.impl.cmd.StartProcessInstanceCmd
getProcessDefinition, handleProcessInstanceWithForm, hasFormData, hasStartFormData, isFormFieldValidationEnabled, processDataObjects, resolveFormInfo, startProcessInstance
-
Constructor Details
-
StartProcessInstanceAsyncCmd
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand
- Overrides:
execute
in classStartProcessInstanceCmd
-
executeAsynchronous
protected void executeAsynchronous(ExecutionEntity execution, Process process, CommandContext commandContext)
-