Uses of Interface
com.flowable.action.api.bot.BotService
Packages that use BotService
Package
Description
-
Uses of BotService in com.flowable.action.api.bot
Subinterfaces of BotService in com.flowable.action.api.botModifier and TypeInterfaceDescriptioninterface
The context object aware variant of BotService. -
Uses of BotService in com.flowable.action.engine
Fields in com.flowable.action.engine with type parameters of type BotServiceModifier and TypeFieldDescriptionprotected Map<String,
BotService> ActionEngineConfiguration.botRegistry
Methods in com.flowable.action.engine that return types with arguments of type BotServiceMethods in com.flowable.action.engine with parameters of type BotServiceModifier and TypeMethodDescriptionvoid
ActionEngineConfiguration.addBotService
(String key, BotService botService) void
ActionEngineConfiguration.registerBotService
(BotService botService) void
ActionEngineConfiguration.unregisterBotService
(BotService botService) Method parameters in com.flowable.action.engine with type arguments of type BotServiceModifier and TypeMethodDescriptionvoid
ActionEngineConfiguration.setBotRegistry
(Map<String, BotService> botRegistry) -
Uses of BotService in com.flowable.platform.service.bot
Classes in com.flowable.platform.service.bot that implement BotServiceModifier 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.