public class SignalProcessBot extends Object implements com.flowable.action.api.bot.BotService
| Constructor and Description | 
|---|
| SignalProcessBot() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription() | 
| String | getKey() | 
| String | getName() | 
| com.flowable.action.api.bot.BotActionResult | invokeBot(com.flowable.action.api.history.HistoricActionInstance actionInstance,
         com.flowable.action.api.repository.ActionDefinition actionDefinition,
         Map<String,Object> payload) | 
public String getKey()
getKey in interface com.flowable.action.api.bot.BotServicepublic String getName()
getName in interface com.flowable.action.api.bot.BotServicepublic String getDescription()
getDescription in interface com.flowable.action.api.bot.BotServicepublic com.flowable.action.api.bot.BotActionResult invokeBot(com.flowable.action.api.history.HistoricActionInstance actionInstance,
                                                             com.flowable.action.api.repository.ActionDefinition actionDefinition,
                                                             Map<String,Object> payload)
invokeBot in interface com.flowable.action.api.bot.BotServiceCopyright © 2019. All rights reserved.