Uses of Interface
com.flowable.action.api.bot.BotService
Packages that use BotService
Package
Description
- 
Uses of BotService in com.flowable.action.api.botSubinterfaces of BotService in com.flowable.action.api.botModifier and TypeInterfaceDescriptioninterfaceThe context object aware variant of BotService.
- 
Uses of BotService in com.flowable.action.engineFields 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.platform.service.botClasses 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.