When I run ‘rasa train’ with a flows.yml file flows.yml (927 Bytes) that contains a parent flow calling a child flow, I get an error as follows:
ERROR rasa.validator - [error ] The action ‘finalize_plan’ is used in the step ‘1_finalize_plan’ of flow id ‘defect_remediation’, but it is not listed in the domain file. You should add it to your domain file! action=finalize_plan event_key=validator.verify_flows_steps_against_domain.action_not_in_domain flow=defect_remediation step=1_finalize_plan
Here ‘finalize_plan’ is not an action. It is a child flow. So why is the verifier assuming it is an action??