Forum Discussion

4iurchenko's avatar
4iurchenko
Advocate III
4 months ago
Solved

Failed Activity Doesn't Trigger Teams Alert

Hi Colleagues,   Quesion: we have systematic issue with Fabric Data Pipelines (former Data Factory). Sometimes randomly, sometimes some specific conditions trigger a situation, when pipeline's acti...
  • NandanHegde's avatar
    4 months ago

    Can you share the overall Pic of the pipeline?

    When you have multiple dependencies set across for diff activities to an activity,it functions as an AND.
    Meaning team activity would be executed only if Set variable activity fails AND whatever conditions you have added for other activities 

  • Lozovskyi's avatar
    4 months ago

    Hello 4iurchenko

    As it shown on your screen, you have lots of other activities befor the messaging, so they are all to be completed (or failed) to fire the message.

    To solve it properly you have multiple options:

    1. Set Teams message after each action, so then you will capture and deliver error message for all of them.

    2. Have some variable to aggregate error messages into one body and then at the end of your pipiline (On completion) you can evaluate if it's not empty and post message.

     

    Could you please check and reply if that what you are looking for?

    BR, Taras