NadozirnySvyatoslav / camunda-bot-connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camunda-bot-connector

Install to camunda

  1. Copy bot-connector.war to tomcat/webapps
  2. Wait until application is deployed
  3. Edit tomcat/webapps/bot-connector/WEB-INF/classes/configuration.xml
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<bots>
    <bot>
        <token>918999146:AAEmqweqweasdsdqw0PlfRW1eeO-GB1c50Ek</token>
        <process_key>test-bot2</process_key>
    </bot>
    <bot>
        <token>918999146:AAEmmWvKvkeqweqweqqwefaaeeO-GB1c50Ek</token>
        <process_key>test-bot</process_key>
    </bot>

</bots>
<camunda_engine>http://localhost:8080/engine-rest</camunda_engine>
</configuration>

with your Telegram-bot tokens

  1. Deploy your BPMN-process (demo BPMN can be used as an example) Do not forget set your telegram-bot token in test-bot.bpmn BPMN process

  2. Enjoy your bot

Start bot

Click YES

About


Languages

Language:Java 100.0%