Uses of Interface
com.flowable.action.api.bot.BotInvocationContext
Packages that use BotInvocationContext
Package
Description
-
Uses of BotInvocationContext in com.flowable.action.api.bot
Methods in com.flowable.action.api.bot with parameters of type BotInvocationContextModifier and TypeMethodDescriptiondefault BotActionResultBotService.invokeBot(BotInvocationContext botInvocationContext) Whenever an action definition is triggered, an action instance is created and this method is invoked in order to execute the action.ContextAwareBotService.invokeBot(BotInvocationContext context) -
Uses of BotInvocationContext in com.flowable.action.engine.impl
Classes in com.flowable.action.engine.impl that implement BotInvocationContext -
Uses of BotInvocationContext in com.flowable.platform.engine.impl.scripting
Classes in com.flowable.platform.engine.impl.scripting that implement BotInvocationContextFields in com.flowable.platform.engine.impl.scripting declared as BotInvocationContextModifier and TypeFieldDescriptionprotected final BotInvocationContextScriptBotInvocationContext.delegateConstructors in com.flowable.platform.engine.impl.scripting with parameters of type BotInvocationContext -
Uses of BotInvocationContext in com.flowable.platform.service.bot
Methods in com.flowable.platform.service.bot with parameters of type BotInvocationContextModifier and TypeMethodDescriptionBpmnStartProcessInstanceBot.invokeBot(BotInvocationContext context) CmmnStartCaseInstanceBot.invokeBot(BotInvocationContext context) ScriptEvaluationBot.invokeBot(BotInvocationContext context)