Class SignalProcessBot
- java.lang.Object
-
- com.flowable.engage.engine.impl.bot.SignalProcessBot
-
- All Implemented Interfaces:
BotService
public class SignalProcessBot extends Object implements BotService
-
-
Constructor Summary
Constructors Constructor Description SignalProcessBot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getKey()
String
getName()
BotActionResult
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
-
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceBotService
-
getName
public String getName()
- Specified by:
getName
in interfaceBotService
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceBotService
-
invokeBot
public BotActionResult invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, Map<String,Object> payload)
- Specified by:
invokeBot
in interfaceBotService
-
-