Uses of Interface
com.flowable.action.api.bot.BotService
-
Packages that use BotService Package Description com.flowable.action.api.bot com.flowable.action.engine com.flowable.platform.service.bot -
-
Uses of BotService in com.flowable.action.api.bot
Subinterfaces of BotService in com.flowable.action.api.bot Modifier and Type Interface Description interface
ContextAwareBotService
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 BotService Modifier and Type Field Description protected Map<String,BotService>
ActionEngineConfiguration. botRegistry
Methods in com.flowable.action.engine that return types with arguments of type BotService Modifier and Type Method Description Map<String,BotService>
ActionEngineConfiguration. getBotRegistry()
Methods in com.flowable.action.engine with parameters of type BotService Modifier and Type Method Description void
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 BotService Modifier and Type Method Description void
ActionEngineConfiguration. setBotRegistry(Map<String,BotService> botRegistry)
-
Uses of BotService in com.flowable.platform.service.bot
Classes in com.flowable.platform.service.bot that implement BotService Modifier and Type Class Description class
AbstractStartWorkInstanceBot
An abstract bot implementation to start a process or case instance and supporting some functions around it.class
BpmnCancelProcessBot
class
BpmnCompletedUserTaskBot
class
BpmnInjectDynamicSubProcessBot
class
BpmnStartProcessInstanceBot
An action bot starting a new process instance and passing in the provided payload.class
BpmnTestActionBot
class
CmmnCancelCaseBot
class
CmmnCompletedHumanTaskBot
class
CmmnReactivateCaseInstanceBot
class
CmmnStartCaseInstanceBot
An action bot starting a new case instance and passing in the provided payload.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
ScriptEvaluationBot
class
UserManagementBot
Implements a bot managing user based action definitions.
-