<?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 Re: Understanding pipeline failure in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4793392#M8323</link>
    <description>&lt;P&gt;From what I understand, the get metadata activity on completion needs to point to a wait &lt;STRONG&gt;AND&lt;/STRONG&gt; all skipped activities must also point to this wait. Now the pipeline succeeds.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Aug 2025 14:53:29 GMT</pubDate>
    <dc:creator>P_work</dc:creator>
    <dc:date>2025-08-11T14:53:29Z</dc:date>
    <item>
      <title>Understanding pipeline failure</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4793353#M8322</link>
      <description>&lt;P&gt;I have a get metadata activity. The directory may or may not exist. If it exists, pipeline gets the list of child items and then proceeds to a for-each on success. If the directory does not exist, the get metadata activity will fail. When the get metadata activity fails, the pipeline fails. How could the pipeline succeed if the directory does not exist ? An if activity is not possible(desirable) as have for-each.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 14:33:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4793353#M8322</guid>
      <dc:creator>P_work</dc:creator>
      <dc:date>2025-08-11T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding pipeline failure</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4793392#M8323</link>
      <description>&lt;P&gt;From what I understand, the get metadata activity on completion needs to point to a wait &lt;STRONG&gt;AND&lt;/STRONG&gt; all skipped activities must also point to this wait. Now the pipeline succeeds.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 14:53:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4793392#M8323</guid>
      <dc:creator>P_work</dc:creator>
      <dc:date>2025-08-11T14:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding pipeline failure</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4794174#M8327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1286298" data-lia-user-login="P_work" class="lia-mention lia-mention-user"&gt;P_work&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Starting with an IF statement will resolve your issue&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set your 'Get Metadata' to show if the directory exists&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then your IF statement to use the output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If true, complete your pipeline activities (in my example I have a set variable tasks to test). If false, do nothing. The pipeline will still succeed. See below the result when I removed the file from my directory, giving the output 'False'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, please give a thumbs up and mark as solved if it does, thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 08:53:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4794174#M8327</guid>
      <dc:creator>wardy912</dc:creator>
      <dc:date>2025-08-12T08:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding pipeline failure</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4794348#M8328</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1286298" data-lia-user-login="P_work" class="lia-mention lia-mention-user"&gt;P_work&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="475583" data-lia-user-login="wardy912" class="lia-mention lia-mention-user"&gt;wardy912&lt;/a&gt;&amp;nbsp;for the response provided!&lt;BR /&gt;&lt;BR /&gt;Has your issue been resolved? If the response provided by the community member addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.&lt;BR /&gt;&lt;BR /&gt;Thank you for your understanding!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 11:13:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4794348#M8328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-08-12T11:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding pipeline failure</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4799304#M8337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1286298" data-lia-user-login="P_work" class="lia-mention lia-mention-user"&gt;P_work&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up and see if you had a chance to review the information shared. If you have any further questions or need additional assistance, feel free to reach out.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 05:39:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4799304#M8337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-08-18T05:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding pipeline failure</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4803107#M8356</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1286298" data-lia-user-login="P_work" class="lia-mention lia-mention-user"&gt;P_work&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Tejaswi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 06:41:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Understanding-pipeline-failure/m-p/4803107#M8356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-08-21T06:41:52Z</dc:date>
    </item>
  </channel>
</rss>

