Class SignalProcessBot
java.lang.Object
com.flowable.engage.engine.impl.bot.SignalProcessBot
- All Implemented Interfaces:
BotService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getName()
invokeBot
(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, Map<String, Object> payload) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.action.api.bot.BotService
invokeBot
-
Constructor Details
-
SignalProcessBot
public SignalProcessBot()
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceBotService
-
getName
- Specified by:
getName
in interfaceBotService
-
getDescription
- Specified by:
getDescription
in interfaceBotService
-
invokeBot
public BotActionResult invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, Map<String, Object> payload) - Specified by:
invokeBot
in interfaceBotService
-