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 TypeInterfaceDescriptioninterfaceThe 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.botRegistryMethods in com.flowable.action.engine that return types with arguments of type BotServiceMethods in com.flowable.action.engine with parameters of type BotServiceModifier and TypeMethodDescriptionvoidActionEngineConfiguration.addBotService(String key, BotService botService) voidActionEngineConfiguration.registerBotService(BotService botService) voidActionEngineConfiguration.unregisterBotService(BotService botService) Method parameters in com.flowable.action.engine with type arguments of type BotServiceModifier and TypeMethodDescriptionvoidActionEngineConfiguration.setBotRegistry(Map<String, BotService> botRegistry) -
Uses of BotService in com.flowable.engage.engine.impl.bot
Classes in com.flowable.engage.engine.impl.bot that implement BotServiceModifier and TypeClassDescriptionclassA service bot supporting basic conversation management functionality like joining or dropping participants, archiving, etc.class -
Uses of BotService in com.flowable.engage.engine.impl.desk.bot
Classes in com.flowable.engage.engine.impl.desk.bot that implement BotServiceModifier and TypeClassDescriptionclassA service bot managing desk and ticket conversations. -
Uses of BotService in com.flowable.engage.external.system.wechat
Classes in com.flowable.engage.external.system.wechat that implement BotServiceModifier and TypeClassDescriptionclassAn action bot handling the action definition to send a WeChat template message based on a template handled by the template engine. -
Uses of BotService in com.flowable.platform.service.bot
Classes in com.flowable.platform.service.bot that implement BotServiceModifier and TypeClassDescriptionclassAn abstract bot implementation to start a process or case instance and supporting some functions around it.classclassclassclassAn action bot starting a new process instance and passing in the provided payload.classclassclassclassclassclassAn action bot starting a new case instance and passing in the provided payload.classA bot that handles actions originating from CMMN manual activates plan item instances.classclassA bot that handles actions originating from CMMN user event listeners.classclassclassImplements a bot managing user based action definitions.