Uses of Interface
com.flowable.action.api.bot.BotInvocationContext
-
Packages that use BotInvocationContext Package Description com.flowable.action.api.bot com.flowable.action.engine.impl com.flowable.platform.service.bot -
-
Uses of BotInvocationContext in com.flowable.action.api.bot
Methods in com.flowable.action.api.bot with parameters of type BotInvocationContext Modifier and Type Method Description default BotActionResult
BotService. 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.BotActionResult
ContextAwareBotService. invokeBot(BotInvocationContext context)
-
Uses of BotInvocationContext in com.flowable.action.engine.impl
Classes in com.flowable.action.engine.impl that implement BotInvocationContext Modifier and Type Class Description class
BaseBotInvocationContext
-
Uses of BotInvocationContext in com.flowable.platform.service.bot
Methods in com.flowable.platform.service.bot with parameters of type BotInvocationContext Modifier and Type Method Description BotActionResult
ScriptEvaluationBot. invokeBot(BotInvocationContext context)
-