Package | Description |
---|---|
com.flowable.action.engine | |
com.flowable.platform.service.bot |
Modifier and Type | Field and Description |
---|---|
protected Map<String,BotService> |
ActionEngineConfiguration.botRegistry |
Modifier and Type | Method and Description |
---|---|
Map<String,BotService> |
ActionEngineConfiguration.getBotRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
ActionEngineConfiguration.addBotService(String key,
BotService botService) |
void |
ActionEngineConfiguration.registerBotService(BotService botService) |
void |
ActionEngineConfiguration.unregisterBotService(BotService botService) |
Modifier and Type | Method and Description |
---|---|
void |
ActionEngineConfiguration.setBotRegistry(Map<String,BotService> botRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
BpmnCancelProcessBot |
class |
BpmnCompletedUserTaskBot |
class |
BpmnInjectDynamicSubProcessBot |
class |
BpmnStartProcessInstanceBot |
class |
BpmnTestActionBot |
class |
CmmnCancelCaseBot |
class |
CmmnCompletedHumanTaskBot |
class |
CmmnReactivateCaseInstanceBot |
class |
CmmnStartCaseInstanceBot |
class |
CmmnStartPlanItemInstanceBot
A bot that handles actions originating from CMMN manual activates plan item instances.
|
class |
CmmnUserEventListenerBot
A bot that handles actions originating from CMMN user event listeners.
|
class |
PlatformSignalProcessBot |
class |
UserManagementBot
Implements a bot managing user based action definitions.
|