<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Fail Activity in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4595544#M7700</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a main pipeline calling another data pipeline inside foreach loop (sequential mode). I see that even if the invoked pipeline fails, the iteration still continues instead of stopping. How we stop the pipeline execution if one of them failed, as they are in sequence and should be dependent on each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a failed activity inside the invoked pipeline, but it just executes and the second pipeline starts irrespective of the first ones status.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 21:05:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-03-04T21:05:47Z</dc:date>
    <item>
      <title>Fail Activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4595544#M7700</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a main pipeline calling another data pipeline inside foreach loop (sequential mode). I see that even if the invoked pipeline fails, the iteration still continues instead of stopping. How we stop the pipeline execution if one of them failed, as they are in sequence and should be dependent on each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a failed activity inside the invoked pipeline, but it just executes and the second pipeline starts irrespective of the first ones status.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 21:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4595544#M7700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-04T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fail Activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4596286#M7706</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for reaching out in Microsoft Fabric Community.&lt;BR /&gt;To better understand the issue and provide an accurate resolution, could you please share a screenshot of your pipeline flow, including the activities inside the ForEach loop and their dependencies.&lt;BR /&gt;This will help us analyze the configuration and suggest the best way to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Vinay.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 08:57:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4596286#M7706</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-03-05T08:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fail Activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4597269#M7721</link>
      <description>&lt;P&gt;In Fabric&amp;nbsp; pipelines, when using a ForEach loop in sequential mode, the default behavior is to continue executing iterations even if one fails. To stop execution when a failure occurs, follow these approaches:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a variable error (default value = 0).&lt;BR /&gt;Use an If Condition inside the ForEach loop:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If error == 0, execute the next iteration.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If error == 1, do nothing&lt;BR /&gt;Inside the if container (true).&amp;nbsp;do the following:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Add an Execute Pipeline activity to call the inner pipeline&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If the pipeline fails, set the error variable to 1.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 21:03:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4597269#M7721</guid>
      <dc:creator>Yacine911</dc:creator>
      <dc:date>2025-03-05T21:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fail Activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4609599#M7912</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="0" data-end="175"&gt;We haven’t heard from you since our last response and wanted to check if your query has been resolved. If not, please provide additional details so we can assist you better.&lt;/P&gt;
&lt;P data-start="177" data-end="321"&gt;If your issue has been resolved and a response was helpful, kindly mark it as the Accepted Solution to assist others with similar queries.&lt;/P&gt;
&lt;P data-start="323" data-end="333" data-is-last-node="" data-is-only-node=""&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 04:36:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4609599#M7912</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-03-14T04:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fail Activity</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4723921#M9985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P data-start="94" data-end="259"&gt;Just checking in as we haven’t received an update from you. If you're still experiencing the issue, feel free to share more details so we can continue assisting you.&lt;/P&gt;
&lt;P data-start="261" data-end="414"&gt;If the problem has been resolved, and any of the replies here helped, please mark the appropriate one as the &lt;STRONG data-start="370" data-end="391"&gt;Accepted Solution&lt;/STRONG&gt; so others can benefit.&lt;/P&gt;
&lt;P data-start="416" data-end="551"&gt;Alternatively, if you found a different approach that worked, we’d appreciate it if you could share that here to support the community.&lt;/P&gt;
&lt;P data-start="553" data-end="563" data-is-last-node="" data-is-only-node=""&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 04:41:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fail-Activity/m-p/4723921#M9985</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2025-06-09T04:41:54Z</dc:date>
    </item>
  </channel>
</rss>

