hi fail for calling falure activity

2022-02-01T12:42:48.833+00:00

Hi team

i have to run a web activity incase if previos actvity got fail. i have connected through failure conection when ever it gets fails its not triggering failure activity.

170184-image.png

when failed it fails to call web activity for emails

170176-image.png

above 2 pics will helps you to understand. i observed this kind of issue with other pipeline too.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,542 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 30,676 Reputation points Microsoft Employee
    2022-02-01T14:11:01.177+00:00

    Hi @Karnati, Venkata Suchendra Reddy (DXC Luxoft) ,
    Thankyou for using Microsoft Q&A platform and posting your question.

    Also, Thanks for confirming copy activity has retry count as 1 with retry interval 840 secs(14mins) which means if any instance of copy activity fails, that particular instance will go for a second attempt once more after 14mins. Now, if the second attempt is successful , it will not trigger web activity as the final output is a success. Simplest way to test web activity gets triggered after failure of copy activity or not is to set retry count to 0 and run the pipeline.

    According to me , pipeline looks fine and it should trigger the web activity . Please do let us know the outcomes after retry =0 . If web activity is triggered , it means at the second attempt , copy activity is succeeding. That is the reason, web activity is not getting triggered.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
      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
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.