<?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: Running a workflow on a list waiting for each item to complete in Data Hub</title>
    <link>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977715#M2318</link>
    <description>&lt;P&gt;Yes, that's was what I was just about to try, went off for a cup of tea and came back with a similar thought. I might create a workflow that waits a random time and then calls the workflow I want.&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 16:19:06 GMT</pubDate>
    <dc:creator>SSamani</dc:creator>
    <dc:date>2024-05-16T16:19:06Z</dc:date>
    <item>
      <title>Running a workflow on a list waiting for each item to complete</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977704#M2314</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run a workflow on a List of custom objects. I would like each object to complete its run through the workflow before starting the next.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment, I can manually enrol a list to a workflow, but they are all kicked off simultaneously.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to do this?&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 15:57:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977704#M2314</guid>
      <dc:creator>SSamani</dc:creator>
      <dc:date>2024-05-16T15:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running a workflow on a list waiting for each item to complete</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977709#M2315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/620099"&gt;@SSamani&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not possible, no. Can you explain why you want to achieve this behavior? Maybe there's a different approach that accomplishes the same thing.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 16:01:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977709#M2315</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-05-16T16:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running a workflow on a list waiting for each item to complete</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977712#M2316</link>
      <description>&lt;P&gt;The Workflow calls an API of a third party system. Normally in day to day use, the calls to this API via the Workflow are infrequent and reliable. However we have made a change that requires a large number of objects to be refreshed. The third party system's API cannot handle a large number of simultaneous calls. To ensure everything stays in sync between HubSpot and the third party system, we would ideally run in through the Workflow. We just need to throttle the rate at which it is run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried creating smaller and smaller lists that I enrol onto the workflow, but it going to be a large task to run each of those lists through manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I would like to be able to take the full list and let it run and be done when its done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 16:09:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977712#M2316</guid>
      <dc:creator>SSamani</dc:creator>
      <dc:date>2024-05-16T16:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Running a workflow on a list waiting for each item to complete</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977714#M2317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/620099"&gt;@SSamani&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you considered using the random percentage branches for this purpose, if needed nesting branches within branches?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could add different delays (10 minutes, 20 minutes, 30 minutes etc) in each branch before getting to the API step - eliminating lists and breaking the overall list into neat chunks which get handled at different delays.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 16:14:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977714#M2317</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2024-05-16T16:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running a workflow on a list waiting for each item to complete</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977715#M2318</link>
      <description>&lt;P&gt;Yes, that's was what I was just about to try, went off for a cup of tea and came back with a similar thought. I might create a workflow that waits a random time and then calls the workflow I want.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 16:19:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/977715#M2318</guid>
      <dc:creator>SSamani</dc:creator>
      <dc:date>2024-05-16T16:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running a workflow on a list waiting for each item to complete</title>
      <link>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/979454#M2325</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/620099"&gt;@SSamani&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;We have a similar reuierement and this is a cool solution. I'm also going to try it now.&lt;BR /&gt;Thanks for your thread!&lt;BR /&gt;Cheers,&lt;BR /&gt;James&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 05:50:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Data-Hub/Running-a-workflow-on-a-list-waiting-for-each-item-to-complete/m-p/979454#M2325</guid>
      <dc:creator>james-portant</dc:creator>
      <dc:date>2024-05-21T05:50:33Z</dc:date>
    </item>
  </channel>
</rss>

