08-01-2024 12:32 PM
I’m working on a task that involves calling a REST GET request to check the status of a process. Once the status is marked as ‘completed’, I’ll need to trigger another REST GET request to proceed with the next step.Could you point on the best way to implement this?
Attaching below pipeline, highlighted section I am repeating the steps to make sure status changes to Complete before I trigger Zip File Read.
Tried has_next property like status!=‘completed’ and provide the next URL, but didn't work.
Your assistance would be greatly appreciated.Thank you!
Solved! Go to Solution.
08-07-2024 01:10 PM
@koryknick Using http client snap solved the issue
08-07-2024 01:10 PM
@koryknick Using http client snap solved the issue
08-08-2024 05:45 AM
@deeps - I'm glad you found a solution! Thanks for the update!