I am building a workflow, where I have HTTP request node which uses a third party API to crawl the data, then after this there is a wait node(5 sec) and then an other HTTP request Node to Get the data, and then there is a IF node , and if there status is completed the workflow continues to some other node, and on the false branch it loops back to a wait node and then HTTP request (get data), on the first run it runs fine but when there is a second run it gives me the error, task_id not found,.
please help me resolve the error!
Thanks!