<?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: How to get a trigger from recipe function? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3476#M1700</link>
    <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2659875"&gt;Senthilkumar K P&lt;/A&gt;  we have done this.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 14 Sep 2022 21:41:52 GMT</pubDate>
    <dc:creator>bhavesh-patel</dc:creator>
    <dc:date>2022-09-14T21:41:52Z</dc:date>
    <item>
      <title>How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3467#M1691</link>
      <description>&lt;P&gt;How can we know that if recipe function called from a parent function is completed all it's job? Is there any trigger we can use to see if recipe function has completed all jobs so we can trigger an email like all jobs are completed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If somebody has done it, please let us know.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 20:52:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3467#M1691</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-14T20:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3468#M1692</link>
      <description>&lt;P&gt;You can use return response from the child recipe. to know the status or output of the child recipe&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:00:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3468#M1692</guid>
      <dc:creator>senthilkumar-kp</dc:creator>
      <dc:date>2022-09-14T21:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3469#M1693</link>
      <description>&lt;P&gt;There are two types of calls to recipe function, if you call it synchronously then it means that the function has completed executing all steps. So any awaiting actions can follow in your parent recipe (or any other function)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:02:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3469#M1693</guid>
      <dc:creator>sunaif-aziz</dc:creator>
      <dc:date>2022-09-14T21:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3470#M1694</link>
      <description>&lt;P&gt;Due to 90 minutes timeout limitation, we need to call async recipe function so can't return output from child recipe to parent one&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:04:58 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3470#M1694</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-14T21:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3471#M1695</link>
      <description>&lt;P&gt;U can create a new recipe to fetch the error details...the trigger part is Recipe ops and you  can pass the child recipe I'd in the trigger&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:14:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3471#M1695</guid>
      <dc:creator>senthilkumar-kp</dc:creator>
      <dc:date>2022-09-14T21:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3472#M1696</link>
      <description>&lt;P&gt;If it is hours long function then I'd go for async call and for monitoring the function you may use "Wait for an async call" action in "Recipe function by workato" which periodically checks your function to complete before proceeding.&lt;/P&gt;&lt;P&gt;Documentation here: https://docs.workato.com/connectors/recipe-functions/actions/wait-for-async-calls.html&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:17:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3472#M1696</guid>
      <dc:creator>sunaif-aziz</dc:creator>
      <dc:date>2022-09-14T21:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3473#M1697</link>
      <description>&lt;P&gt;but that might hit the limit error in main recipe as we can't run a job for more than 90 minutes&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:33:16 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3473#M1697</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-14T21:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3474#M1698</link>
      <description>&lt;P&gt;We can try this, so we can create a list in 3rd recipe but how we will know that all jobs are completed? we are looking for that trigger which shows us that jobs are completed in 2nd recipe&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:34:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3474#M1698</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-14T21:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3475#M1699</link>
      <description>&lt;P&gt;Another way to add error moniter block to the child recipe  &lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:39:32 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3475#M1699</guid>
      <dc:creator>senthilkumar-kp</dc:creator>
      <dc:date>2022-09-14T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3476#M1700</link>
      <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2659875"&gt;Senthilkumar K P&lt;/A&gt;  we have done this.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:41:52 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3476#M1700</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-14T21:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3477#M1701</link>
      <description>&lt;P&gt;We are looking for what to do on step 6 in above screenshot.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:42:35 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3477#M1701</guid>
      <dc:creator>bhavesh-patel</dc:creator>
      <dc:date>2022-09-14T21:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3478#M1702</link>
      <description>&lt;P&gt;Instead of logger you can use email  to intimate with the error details &lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 21:44:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3478#M1702</guid>
      <dc:creator>senthilkumar-kp</dc:creator>
      <dc:date>2022-09-14T21:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3479#M1703</link>
      <description>&lt;P&gt;Write the log/error message and relevant info to a database or a message queue, and then do something with the queue, like re-process them, or do whatever needs to be done when you encounter an error.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 22:23:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/3479#M1703</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2022-09-14T22:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a trigger from recipe function?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/5556#M2445</link>
      <description>&lt;P&gt;This is old thread but interesting one. Here's how I would solve this issue this today:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Context: You have parent recipe calling child recipes (async) so it wont return data from child. You want to know if all the child calls have been completed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe RecipeOps Connector by workato can help writing optimized recipe for this. (heres the api i would recommend&amp;nbsp;&lt;A href="https://docs.workato.com/connectors/recipeops/actions/search-job-history.html#recipeops-search-job-history-action" target="_blank"&gt;https://docs.workato.com/connectors/recipeops/actions/search-job-history.html#recipeops-search-job-history-action&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;One solution could be in line of having a scheduled job to check failed, pending jobs and using "&lt;STRONG&gt;Calling job ID"&lt;/STRONG&gt; attribute to understand whats completed. You can maintain some state of Parent Job Ids in Lookup Table for quick access.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 19:52:07 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-get-a-trigger-from-recipe-function/m-p/5556#M2445</guid>
      <dc:creator>kkamal</dc:creator>
      <dc:date>2023-11-05T19:52:07Z</dc:date>
    </item>
  </channel>
</rss>

