So, I have a form which takes two slots as requirements, fills them perfectly and executes the required custom action after it. However, I need another custom action to be running after this custom action and so I have defined it in my rules.yml as shown -
The action- action_ack_user_input runs perfectly fine, but the next custom action below it i.e. action_slack_workflow_execution doesn’t run at all. In my prompt, rasa run actions --debug after the action_ack_user_input finishes running, there is nothing else in the prompt, basically no other custom action runs after it.
@itsjhonny Actually, my case might be since I’m trying to run an action which dispatches responses in a slack app. Slack shows responses only if they show up within 3 secs of timeout. That might be the case, however, the action should still run in command prompt and give out atleast the print statements. Wonder, what’s going on with it.