Hi Zimmy,
It sounds like your workflow may have a configuration issue where tasks are being executed in the wrong order. Here are some steps you can take to troubleshoot and resolve this issue:
1. **Review Node Configurations**: Ensure each node is configured correctly. The start node should only be listening, without any prompts for business names. You can adjust this by editing the prompt or task settings for the start node.
2. **Check Edges and Conditions**: Verify that the edges between nodes have the appropriate conditions. This ensures that the workflow progresses in the intended order. Make sure there are no conditions or logic on the edges that might cause a node to execute prematurely.
3. **Validate Variable Extraction**: If you are extracting variables in any of the nodes, confirm they are set to extract only in the node meant for that task. An incorrect variable setup might cause it to trigger sooner than expected.
4. **Testing**: Conduct a test call to trace the workflow path and observe the sequence of tasks. This can help identify where the prompt or action might be misconfigured.
Refer to the [Workflows documentation](
https://docs.vapi.ai/workflows) for detailed guidance on configuring nodes and edges accurately.
By addressing these areas, you should be able to ensure your workflow progresses through the nodes as intended.