The status that it shows "In process" and "Completed"

The following process shows status “In Process” and the value that it shows is null and process gets exited and after some time it shows “Completed” so I want to retry until status turn into “Completed” so that I can get an output. It should log a message if the status gets completed.
MicrosoftTeams-image (14)

@Bhushan_Nagaonkar

Use the http activity in a loop with delay and then you can run it till completed

Cheers

1 Like

Im not using http activity Im using invoke code method. Im passing values via argument

@Bhushan_Nagaonkar

Then use the same invoke code in loop…

The idea remains same.how you get the api data is upto you

Cheers

1 Like

Can you please show any example on how to loop it?

@Bhushan_Nagaonkar

Please check this

try giving some value to max iteration in loop properties so that it does not go to infinite loop

cheers

thankyou so much will try and let you know

1 Like

Thnakyou for your response, Its wworking perfectly fine just one more last thing where should I pass the value for max iterations

@Bhushan_Nagaonkar

In the while loop properties you have a max iteration option

Cheers

Thankyou for your quick responses it was quiet helpful

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.