Q: Does it work for complex work flows
Can you please confirm if your app works for the below workflow:
Listen to new feed from rss-> api call to perplexity AI-> JavaScript code execution ->vadoo api or jogg ai api for video generation -> wait time -> download video in binary http call -> upload to youtube api
SeanP_AgenticFlowAI
Apr 24, 2025A: Hey Rahul, you actually don’t need a delay node—our workflows run asynchronously and automatically wait for each provider step (RSS fetch, Perplexity call, JS execution, video gen, download, upload) to complete before moving on. Just plug in the RSS MCP https://agenticflow.ai/mcp/rss then call Perplexity or any HTTP API via our HTTP action, trigger Vadoo or Jogg AI with the same HTTP Node, and upload to YouTube with the YouTube Data API MCP https://agenticflow.ai/mcp/youtube_data_api. If you need granular timing controls, please vote for a Delay Node on our roadmap https://agenticflow.featurebase.app/ and we’ll prioritize it. Let me know how it goes!