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 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 voidexecuteAsynchronous(ExecutionEntity execution, Process process, CommandContext commandContext)
-
Constructor Details
-
StartProcessInstanceAsyncCmd
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommand- Overrides:
executein classStartProcessInstanceCmd
-
executeAsynchronous
protected void executeAsynchronous(ExecutionEntity execution, Process process, CommandContext commandContext)
-