Hi @Kalidass Murugesan ,
Welcome to Microsoft Q&A Platform. Thank you for posting query here.
The Until activity provides the same functionality that a do-until looping structure provides in programming languages. It executes a set of activities in a loop until the condition associated with the activity evaluates to true.
Your inner activites of Until fail or success it continues to run loop until the condition associated with the until activity evaluates to true.
Hence, you can't make it explicity failed, but You can specify a timeout value for the until activity in Data Factory.
By making until activity timeout u can make your pipeline execution to fail.
Hope this will help. Please let us know if any further queries. Thank you.
--------------------
- Please
accept an answer
if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.