Uses of Interface
com.flowable.action.api.bot.BotService
Package
Description
-
Uses of BotService in com.flowable.action.api.bot
Modifier and TypeInterfaceDescriptioninterface
The context object aware variant of BotService. -
Uses of BotService in com.flowable.action.engine
Modifier and TypeFieldDescriptionprotected Map<String,
BotService> ActionEngineConfiguration.botRegistry
Modifier and TypeMethodDescriptionvoid
ActionEngineConfiguration.addBotService
(String key, BotService botService) void
ActionEngineConfiguration.registerBotService
(BotService botService) void
ActionEngineConfiguration.unregisterBotService
(BotService botService) Modifier and TypeMethodDescriptionvoid
ActionEngineConfiguration.setBotRegistry
(Map<String, BotService> botRegistry) -
Uses of BotService in com.flowable.platform.service.bot
Modifier and TypeClassDescriptionclass
An abstract bot implementation to start a process or case instance and supporting some functions around it.class
class
class
class
An action bot starting a new process instance and passing in the provided payload.class
class
class
class
class
class
An action bot starting a new case instance and passing in the provided payload.class
A bot that handles actions originating from CMMN manual activates plan item instances.class
class
A bot that handles actions originating from CMMN user event listeners.class
class
class
Implements a bot managing user based action definitions.