Kai
04/10/2025, 4:08 AMVapi Support Bot
04/10/2025, 4:10 AMAIEdgeCondition
, LogicEdgeCondition
, or the new FailedEdgeCondition
could be causing problems, as mentioned in the [changelog](https://docs.vapi.ai/changelog).
4. **Check Node-Specific Requirements**:
- For HttpRequest
nodes: Verify parameters are correctly configured to avoid "Bad request" errors as seen in [user reports](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1340615317772308520).
- For function nodes: Ensure all required fields are included in your schema. Missing required fields can prevent saving, as noted in [community discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1326276427628154920).
5. **Use Workflow Tracking**: You can send a [workflow.node.started
](https://api.vapi.ai/api#:~:text=ClientMessageWorkflowNodeStarted) message to track the start of each node, which might help identify where the workflow is failing, according to the [changelog](https://docs.vapi.ai/changelog/2025/2/17).Vapi Support Bot
04/10/2025, 4:10 AMKai
04/10/2025, 4:22 AMKings Big
04/11/2025, 3:26 PM