Uses of Interface
com.flowable.action.api.runtime.ExecuteActionInstanceBuilder
-
Uses of ExecuteActionInstanceBuilder in com.flowable.action.api.runtime
Modifier and TypeMethodDescriptionExecuteActionInstanceBuilder.actionDefinitionId
(String actionDefinitionId) Set the id of the action definitionExecuteActionInstanceBuilder.actionDefinitionKey
(String actionDefinitionKey) Set the key of the action definition, latest version of the action definition with the given key.ExecuteActionInstanceBuilder.actionInstanceId
(String actionInstanceId) Set the id of the action instanceActionRuntimeService.createExecuteActionInstanceBuilder()
Executes a new action instanceSet the name of the action instanceSet the payload of the action to be used for storing the form instance or executing the botExecuteActionInstanceBuilder.scopeDefinitionId
(String scopeDefinitionId) Set the scope definition id of the action instanceSet the scope id of the action instanceSet the scope type of the action instanceExecuteActionInstanceBuilder.subScopeId
(String subScopeId) Sets the sub scope id of the action instanceSet the tenantId of process instance -
Uses of ExecuteActionInstanceBuilder in com.flowable.action.engine.impl.runtime
Modifier and TypeMethodDescriptionExecuteActionInstanceBuilderImpl.actionDefinitionId
(String actionDefinitionId) ExecuteActionInstanceBuilderImpl.actionDefinitionKey
(String actionDefinitionKey) ExecuteActionInstanceBuilderImpl.actionInstanceId
(String actionInstanceId) ActionRuntimeServiceImpl.createExecuteActionInstanceBuilder()
ExecuteActionInstanceBuilderImpl.scopeDefinitionId
(String scopeDefinitionId) ExecuteActionInstanceBuilderImpl.subScopeId
(String subScopeId)