<?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: Workato 'Wait for async calls to complete' action getting stuck in processing in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10676#M4225</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12025"&gt;@dawidleman&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I guess you are running the recipe using a test job, right?&lt;/P&gt;&lt;P&gt;Could you please try starting the recipe in normal mode (not in test mode) and check it again? Let me know if you still face the same issue after that.&lt;/P&gt;&lt;P&gt;Thank you...!&lt;/P&gt;</description>
    <pubDate>Wed, 13 Aug 2025 09:43:13 GMT</pubDate>
    <dc:creator>rajeshjanapati</dc:creator>
    <dc:date>2025-08-13T09:43:13Z</dc:date>
    <item>
      <title>Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10675#M4224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Recently we've encountered strange Workato behavior. In a loop, we're calling recipe functions asynchronously, store the job references in a list and outside of the loop we pass that list to the "&lt;SPAN&gt;Wait for async calls to complete" action. We want the recipe to wait for all the child jobs to complete and continue parent processing when all finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The weird behavior is that even when all the jobs completed, the parent recipe job is stuck in processing state:&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2275iB755D17DD3106D65/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2276i0B7CFDDB2421A85F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 969px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2277i7DDBDA8F350D73C1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the implementation in the parent process:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 930px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2278iFC8AA18E13F2E2DF/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What's even more interesting is that if we set the timeout limit to e.g. 1min (line in example) and wait it out, the parent process is still stuck in processing. Here's the screenshot from yesterday right after I canceled the execution (look at the duration time):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 338px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2279i835F13A34EC0685D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That's definitely a 1min timeout not working.&lt;/P&gt;&lt;P&gt;Does anyone had similar issues and came up with a solution for that?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 09:15:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10675#M4224</guid>
      <dc:creator>dawidleman</dc:creator>
      <dc:date>2025-08-13T09:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10676#M4225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12025"&gt;@dawidleman&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I guess you are running the recipe using a test job, right?&lt;/P&gt;&lt;P&gt;Could you please try starting the recipe in normal mode (not in test mode) and check it again? Let me know if you still face the same issue after that.&lt;/P&gt;&lt;P&gt;Thank you...!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 09:43:13 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10676#M4225</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-08-13T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10677#M4226</link>
      <description>&lt;P&gt;Indeed, I was testing it with test job. Activating the recipe and waiting for normal mode helped - now it's running properly.&lt;/P&gt;&lt;P&gt;Any reason why it's not working in a test mode?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 11:02:58 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10677#M4226</guid>
      <dc:creator>dawidleman</dc:creator>
      <dc:date>2025-08-13T11:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10678#M4227</link>
      <description>&lt;P&gt;Yes, because waiting actions are long actions in Worakto, where those will not work in Test Mode, like Scheduler in action step, SQL Transformations by workato, etc., those will not work in TEST MODE.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 11:19:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10678#M4227</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-08-13T11:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10685#M4228</link>
      <description>&lt;P&gt;From the docs:&amp;nbsp;&lt;A href="https://docs.workato.com/en/recipes/testing.html" target="_blank"&gt;https://docs.workato.com/en/recipes/testing.html&lt;/A&gt;&lt;BR /&gt;---&lt;BR /&gt;CANNOT RUN LONG ACTIONS IN TEST MODE&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://docs.workato.com/recipes/long-actions.html" target="_blank"&gt;Long actions&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;require dedicated workers to periodically check if the action is complete. This is not available in test mode. Testing a recipe that contains a long action may cause the job to stall in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Processing&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;status.&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;Can definitely be frustrating at times to deal with...&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 18:49:39 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/10685#M4228</guid>
      <dc:creator>brettsherwood</dc:creator>
      <dc:date>2025-08-15T18:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11116#M4335</link>
      <description>&lt;P&gt;Having a Question, Lets say if i repeat last Job which was run as Scheduler, will this new repat job will also run in same way it used to run during Scheduler run or will their be any limitations like while using wait, long running Queries etc.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 13:50:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11116#M4335</guid>
      <dc:creator>gprao13</dc:creator>
      <dc:date>2025-10-27T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11118#M4336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12399"&gt;@gprao13&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Repeat Job&lt;/STRONG&gt; in Workato allows you to re-run a previously executed job using the &lt;STRONG&gt;same trigger data&lt;/STRONG&gt; that was processed earlier. It performs all the recipe actions again based on the data from that job, without fetching new data from the source application.&lt;/P&gt;&lt;P&gt;For example, suppose you tested a recipe earlier and later modified the recipe (say, updated the second step) and saved it.&lt;BR /&gt;If you now &lt;STRONG&gt;repeat&lt;/STRONG&gt; that previously tested job, Workato will run the &lt;STRONG&gt;latest saved version&lt;/STRONG&gt; of the recipe — not the older version that was used.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; &lt;STRONG&gt;Why use Repeat Job?&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;In real-time integrations, we usually receive data from source applications. When testing or debugging a recipe, it’s not best practice to request the source system to resend the same data repeatedly.&lt;/P&gt;&lt;P&gt;In such cases, the &lt;STRONG&gt;Repeat Job&lt;/STRONG&gt; feature is very useful — it lets you reuse the &lt;STRONG&gt;same trigger data&lt;/STRONG&gt; from a previous job and re-run the workflow through all subsequent steps. This helps in:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Troubleshooting failed jobs&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Testing modifications without triggering new data&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Validating mapping or logic changes&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Ensuring end-to-end success after fixing errors&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;hope you got some clarity, if not please let me know, will discuss further.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.linkedin.com/in/rajesh-kumar-janapati-564496194" target="_self"&gt;J Rajesh Kumar&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 15:37:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11118#M4336</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-10-27T15:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11134#M4343</link>
      <description>&lt;P&gt;If your recipe includes long-running actions,&amp;nbsp;it’s essential that the recipe is in an active state when you attempt to repeat a previous job. Repeating a job while the recipe is inactive can lead to the same error or failure that occurred during testing.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 10:13:07 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11134#M4343</guid>
      <dc:creator>girish-naralla</dc:creator>
      <dc:date>2025-10-30T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Workato 'Wait for async calls to complete' action getting stuck in processing</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11281#M4384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10258"&gt;@rajeshjanapati&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12025"&gt;@dawidleman&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;Thank you for bringing this topic, that task got stuck because of test mode that's fine, but I can see that task always takes more thank 1 min to get it completed, my job references are completing in few milliseconds but that task took 1 min to complete it? (Do anyone faced that issue with mine)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 10:42:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-wait-for-async-calls-to-complete-action-getting-stuck-in/m-p/11281#M4384</guid>
      <dc:creator>prasanna-k</dc:creator>
      <dc:date>2025-11-18T10:42:53Z</dc:date>
    </item>
  </channel>
</rss>

