Package | Description |
---|---|
com.flowable.action.api.runtime | |
com.flowable.action.engine.impl.runtime |
Modifier and Type | Method and Description |
---|---|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.actionDefinitionId(String actionDefinitionId)
Set the id of the action definition
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.actionDefinitionKey(String actionDefinitionKey)
Set the key of the action definition, latest version of the action definition with the given key.
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.actionInstanceId(String actionInstanceId)
Set the id of the action instance
|
ExecuteActionInstanceBuilder |
ActionRuntimeService.createExecuteActionInstanceBuilder()
Executes a new action instance
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.name(String name)
Set the name of the action instance
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.payload(Map<String,Object> payload)
Set the payload of the action to be used for storing the form instance or executing the bot
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.scopeDefinitionId(String scopeDefinitionId)
Set the scope definition id of the action instance
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.scopeId(String scopeId)
Set the scope id of the action instance
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.scopeType(String scopeType)
Set the scope type of the action instance
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.subScopeId(String subScopeId)
Sets the sub scope id of the action instance
|
ExecuteActionInstanceBuilder |
ExecuteActionInstanceBuilder.tenantId(String tenantId)
Set the tenantId of process instance
|
Modifier and Type | Class and Description |
---|---|
class |
ExecuteActionInstanceBuilderImpl |