workflow not working
# support
s
Hi there, Currently using bland ai and their pathway model, wich is similar to your workflows. I'm trying out your service, but the workflow doesn't work. The standard workflow you get when you create a new one works. But when i change just one word in the first node and nothing else. it stops working... i get no response from the ai, no back and forth, it's just stuck on start node is that a bug you're currently working on? Or do i first need to do something before i can customize anything? Not sure what to do, would love to copy my bland pathway into your workflow, to test out vapi, as the voices and transcription are superior.
v
Tip: Make sure every node in your workflow is connected—Vapi will not run workflows with any unconnected (dangling) nodes. After editing a node, double-check that all nodes and edges are properly linked and configured. If the issue persists, try deleting and re-adding the node, then reconnecting it before saving. If you still experience problems, please report the issue to [Vapi support](https://docs.vapi.ai/support) for further assistance. [See workflow tips](https://docs.vapi.ai/workflows#tips-for-building-workflows) Sources: - [Workflows documentation](https://docs.vapi.ai/workflows#tips-for-building-workflows) - [Vapi support](https://docs.vapi.ai/support)
s
f25dd158-d13c-4c3b-a361-f5afe6ed9c79 Workflow id if that helps
v
Try this: Fetch your workflow details using the API to help debug the issue:
Copy code
bash
curl https://api.vapi.ai/workflow/f25dd158-d13c-4c3b-a361-f5afe6ed9c79 \
  -H "Authorization: Bearer <your_token>"
Check that all nodes are connected and the
isStart
property is set on your start node. If the workflow still doesn't run, please contact [Vapi support](https://docs.vapi.ai/support) for further help. Sources: - [Vapi Workflows API Reference](https://docs.vapi.ai/api-reference/workflow/workflow-controller-find-one?explorer=true) - [Workflows documentation](https://docs.vapi.ai/workflows#tips-for-building-workflows) - [Vapi support](https://docs.vapi.ai/support)
v
Message marked as helpful by @! AetherMind! 🎉
v
Workflows are currently in beta and being continuously worked on to improve the experience. For our investigation, could you please record a loom video showing the issue you are facing? That would help us figure out what the issue is.