<?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: Total activity limitation in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4094732#M4952</link>
    <description>&lt;P&gt;The limitation is w.r.t the number of activities present while publishing the pipeline.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not the number of executions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can have more than 500 iterations etc&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2024 07:22:47 GMT</pubDate>
    <dc:creator>NandanHegde</dc:creator>
    <dc:date>2024-08-12T07:22:47Z</dc:date>
    <item>
      <title>Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4094467#M4949</link>
      <description>&lt;P&gt;I see this as a current limitation (total 80 per pipeline). If I am calling forEach for an array length of 15 and forEach has 6 inner activities, is that deemed to fail due to reaching limitation?&lt;BR /&gt;&lt;BR /&gt;starting activities (3) + (15 x 6) = 93? or is it considered as a total 4 activities.&lt;BR /&gt;If the total count is 83 for this pipeline that it will reach the limit and it will error out.&lt;BR /&gt;&lt;BR /&gt;In that case, can i break this into 2 different pipelines (P1 and P2 by splitting the array) and invoke them in a different pipelne P3 and that would be considers as a total of 2 activities and it will be well below the limit?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 05:06:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4094467#M4949</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2024-08-12T05:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4094732#M4952</link>
      <description>&lt;P&gt;The limitation is w.r.t the number of activities present while publishing the pipeline.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not the number of executions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can have more than 500 iterations etc&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 07:22:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4094732#M4952</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-08-12T07:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095471#M4954</link>
      <description>&lt;P&gt;So, in the current pipeline screenshot, it would be considered as 4 activities ?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 13:30:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095471#M4954</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2024-08-12T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095527#M4955</link>
      <description>&lt;P&gt;So it is 4 outer activities + 6inner activities.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So total count is 10 activities&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 13:26:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095527#M4955</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-08-12T13:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095529#M4956</link>
      <description>&lt;P&gt;It is basically the activities that you drag and drop within the pipeline&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 13:26:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095529#M4956</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-08-12T13:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095695#M4958</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;&amp;nbsp; thank you very much for this. I have a follow up questions to this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. If I split up my current array of 20 to 8 +12 (each containing 10 activities - as per your explanation) and build two seperate pipelines called P1 and P2 and create a seperate pipeline P3 and invoke p1 and P2 in P3; will it be considered as 2 activities or 10 activities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 14:58:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095695#M4958</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2024-08-12T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095816#M4960</link>
      <description>&lt;P&gt;Invoke pipeline activity is considered as a single activity count within the pipeline. The number of activities within the another pipeline which is being triggered is not considered within the pipeline via which the pipeline is being triggered.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also data pipelines at the end are basically json codes, so in case if you are familiar with the framework you can code from backend rather than drag drop&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 15:35:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4095816#M4960</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-08-12T15:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Total activity limitation</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4096393#M4971</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="24978" data-lia-user-login="smpa01" class="lia-mention lia-mention-user"&gt;smpa01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much&amp;nbsp;NandanHegde&amp;nbsp;for your prompt reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you tell me if your problem is solved? If yes, please accept it as solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 02:15:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Total-activity-limitation/m-p/4096393#M4971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-13T02:15:07Z</dc:date>
    </item>
  </channel>
</rss>

