giseldo / chatbot_BTA_BPMN_to_AIML

Chatbot BTA. From BPMN to AIML. Draw a dialogue flow in BPMN for use in AIML chatbots.
https://github.com/giseldo/chatbot_BTA_BPMN_to_AIML/wiki
15 stars 2 forks source link

AIML conversion issue #5

Open aaditnaren opened 3 years ago

aaditnaren commented 3 years ago

Hi! I tried creating a BPMN file with the mentioned 4 elements only, After conversion, when I feed in the AIML to the chatbot, it does not work as per the flow. I've attached the BPMN file I had created below.

Also when I tried converting your BPMN file from the folder "static", it raised an error and was unable to return a properly converted AIML file.

Requesting you to provide a valid BPMN file and it's diagram, for reference, possibly in English language.

sample_1.zip

giseldo commented 3 years ago

I will do a clean install and compile your diagram with the last version to do a test. I am using windows with py charm. You are using linux?

Mean while, This diagram is valid.

I uploaded th BPMN and it worked. I uploaded it in http://chatbotari.herokuapp.com . This is a compiled plubish in Heroku.

You have to feed with "I HAVE FEVER". Do a test http://chatbotari.herokuapp.com . There you can download de AIML.

image

you: I HAVE FEVER

bot: OH! IS IT SO,

bot: IS IT HIGH OR LOW?

you: HIGH

bot: PLEASE VISIT A DOCTOR,

bot: END

you: I HAVE FEVER

bot: OH! IS IT SO,

bot: IS IT HIGH OR LOW?

you: LOW

bot: PLEASE EAT AND REST WELL,

bot: END

giseldo commented 3 years ago

Also please use Chrome for create de BPMN with BPMN.io. It did not work with edge.

I will make a video with the setup of the app. And will upload here in just a few minutes. And with your diagram.

giseldo commented 3 years ago

i uploaded the video with the enviroment setup.

I loaded your diagram also.

https://drive.google.com/drive/folders/1OqFf-RIIbc9iGCz_ipmJMziLdXev-0LB?usp=sharing

Please fell free to reply

giseldo commented 3 years ago

The video helped?

Problaby a setup enviroment issue instead of a code bug. If you need more assistance please reply.

deadlyengineer commented 3 years ago

Hi, I have tried uploading bpmn files but I got stuck in this 500 error. I attached my bpmn file created in bpmn.io. Thanks in advance. main.zip

giseldo commented 3 years ago

I will take a look and respond soon.