I have a web-job running a long-running console application. I am using the WebAvtivity to run the same in an Azure Pipeline and there is a dependant web-job next in the pipeline. When I am starting the pipeline the first job responses 202 and moves to next whereas I want it to wait till the first gets completed.
Is there a way to wait till I get 200 response of poll to the first web job to check the status?
Thanks for any help in advance!