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
public class StartProcessInstanceAsyncCmd extends StartProcessInstanceCmd
author martin.grofcik- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description StartProcessInstanceAsyncCmd(ProcessInstanceBuilderImpl processInstanceBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessInstanceexecute(CommandContext commandContext)protected voidexecuteAsynchronous(ExecutionEntity execution, org.flowable.bpmn.model.Process process, CommandContext commandContext)-
Methods inherited from class org.flowable.engine.impl.cmd.StartProcessInstanceCmd
getProcessDefinition, handleProcessInstanceWithForm, hasFormData, hasStartFormData, isFormFieldValidationEnabled, processDataObjects, resolveFormInfo, startProcessInstance
-
-
-
-
Constructor Detail
-
StartProcessInstanceAsyncCmd
public StartProcessInstanceAsyncCmd(ProcessInstanceBuilderImpl processInstanceBuilder)
-
-
Method Detail
-
execute
public ProcessInstance execute(CommandContext commandContext)
- Specified by:
executein interfaceCommand- Overrides:
executein classStartProcessInstanceCmd
-
executeAsynchronous
protected void executeAsynchronous(ExecutionEntity execution, org.flowable.bpmn.model.Process process, CommandContext commandContext)
-
-