cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger REST Get when status is completed

deeps
New Contributor III

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.

deeps_0-1722540725423.png

 

Your assistance would be greatly appreciated.Thank you!

1 ACCEPTED SOLUTION

deeps
New Contributor III

@koryknick  Using http client snap solved the issue 

View solution in original post

6 REPLIES 6

deeps
New Contributor III

@koryknick  Using http client snap solved the issue 

koryknick
Employee
Employee

@deeps - I'm glad you found a solution!  Thanks for the update!