Path 4
*greet
- utter_ask *greet{“name”:“abir”}
- utter_greet
- utter_regid *inform{“param”:“3”}
- action_check_reg *inform{“param”:"23}
- action_check_proc *inform{“param”:“33”}
- action_check_iss *inform{“param”:“9”}
- action_check_com *inform{“to”:“visa”,“from”:“endpoint”}
- utter_ack *goodbye
- utter_goodbye
Path 5
*greet{“name”:“abir”}
- utter_greet
- utter_regid *inform{“param”:“3”}
- action_check_reg *inform{“param”:"23}
- action_check_proc *inform{“param”:“33”}
- action_check_iss *inform{“param”:“9”}
- action_check_com *inform{“to”:“visa”,“from”:“endpoint”}
- utter_ack *goodbye
- utter_goodbye
If i have there 2 stories in my stories.md , the flow of stories misbehaves . But as i remove one of the paths , it works fine . I came to know that rasa_core works on the principle of finite state machine , if that’s that i have mentioned each state definitively . Why isn’t stories not following their usual sequence ? RASA_NLU is working perfectly