<?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: Run chained workflows using API in Dev Space</title>
    <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/535338#M1181</link>
    <description>&lt;P&gt;&amp;nbsp;have developed a GalleryRunner macro which will run as chained apps . If interested let me know .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 01 Mar 2020 12:56:23 GMT</pubDate>
    <dc:creator>joeGade</dc:creator>
    <dc:date>2020-03-01T12:56:23Z</dc:date>
    <item>
      <title>Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/501702#M1084</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I looked across the community but didn't find any answer to this question :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;How can I run a chained workflow from first to last step using the API ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I get the workflow information I get :&lt;/P&gt;&lt;LI-CODE lang="json"&gt;{
    ...
    isChained: true,
    ...
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, I can run the first step using POST on&amp;nbsp;&lt;EM&gt;/v1/workflows/{appId}/jobs/ &lt;/EM&gt;and obtain a job with its id and outputs.&lt;/P&gt;&lt;P&gt;But now I'm stuck, how can I run the next step ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if there is any missing information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 10:15:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/501702#M1084</guid>
      <dc:creator>NPatryC4</dc:creator>
      <dc:date>2019-12-12T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/503375#M1085</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/129749"&gt;@NPatryC4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you reviewed the following article that highlights the different options for chaining workflows together ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Chaining-Workflows-Together/ta-p/38573" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Chaining-Workflows-Together/ta-p/38573&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are different options depending on whether you will only use&amp;nbsp; Alteryx Designer or if you will use Designer with Scheduler.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Conor&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 09:46:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/503375#M1085</guid>
      <dc:creator>conorbroderick</dc:creator>
      <dc:date>2019-12-17T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/503397#M1086</link>
      <description>&lt;P&gt;Hi Conor,&lt;BR /&gt;&lt;BR /&gt;Yeah, I saw this post, and we have some chained workflows using the last presented technique, using the &lt;STRONG&gt;Interface tool.&amp;nbsp;&lt;/STRONG&gt;They run fine when we run them through our gallery.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question was more technical, I want to run those workflows using the API. At the moment I just managed to run the very first part of those workflows ; "simple" (not chained) workflows run fine too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 10:59:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/503397#M1086</guid>
      <dc:creator>NPatryC4</dc:creator>
      <dc:date>2019-12-17T10:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/503410#M1087</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/129749"&gt;@NPatryC4&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for providing more clarity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you email&amp;nbsp;&lt;SPAN&gt;support@alteryx.com where a Customer Support case will be opened for this query.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you also please attach the chained workflows to your email and a CSE will be able to advise further ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Conor&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 12:28:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/503410#M1087</guid>
      <dc:creator>conorbroderick</dc:creator>
      <dc:date>2019-12-17T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/512093#M1117</link>
      <description>&lt;P&gt;If anyone comes here for the same issue, I contacted the support and there is currently no plan on implementing this, and no workaround except manually chaining workflows together (ie. create n workflows instead of 1 workflow containing n steps).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created an Idea post &lt;A href="https://community.alteryx.com/t5/Alteryx-Server-Ideas/Allow-full-management-of-chained-workflows-using-the-API/idi-p/512088" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 14:09:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/512093#M1117</guid>
      <dc:creator>NPatryC4</dc:creator>
      <dc:date>2020-01-10T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/535338#M1181</link>
      <description>&lt;P&gt;&amp;nbsp;have developed a GalleryRunner macro which will run as chained apps . If interested let me know .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 12:56:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/535338#M1181</guid>
      <dc:creator>joeGade</dc:creator>
      <dc:date>2020-03-01T12:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/535532#M1182</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Asteroid lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/15972" target="_self"&gt;&lt;SPAN class="login-bold"&gt;gade_joseph_r&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Can you share it here ?&lt;/P&gt;&lt;P&gt;I am very interested.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 08:24:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/535532#M1182</guid>
      <dc:creator>NPatryC4</dc:creator>
      <dc:date>2020-03-02T08:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/535549#M1183</link>
      <description>&lt;P&gt;Yes I will tomorrow.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 09:47:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/535549#M1183</guid>
      <dc:creator>joeGade</dc:creator>
      <dc:date>2020-03-02T09:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/544089#M1208</link>
      <description>&lt;P&gt;please take a look at&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Dev-Space/Does-Anyone-know-how-to-cache-the-Oauth-Tokens-for-Alteryx-API/td-p/544071" target="_blank"&gt;https://community.alteryx.com/t5/Dev-Space/Does-Anyone-know-how-to-cache-the-Oauth-Tokens-for-Alteryx-API/td-p/544071&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 16:12:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/544089#M1208</guid>
      <dc:creator>joeGade</dc:creator>
      <dc:date>2020-03-20T16:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/569305#M1228</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/129749" target="_self"&gt;&lt;SPAN class="login-bold"&gt;NPatryC4&lt;/SPAN&gt;&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I am understanding correctly, your use case may be very similar to mine. I wanted to run a workflow through the API and determine if it completed successfully before running he next workflow. I was able to accomplish this by building two macros (okay, two macros that rely on other macros).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Run App Macro:&amp;nbsp;&lt;/STRONG&gt;this macro accepts the required inputs to submit the POST request to the API. It parses the response and returns the newly created job id.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Get Gallery Job Status&lt;/STRONG&gt;: this macro accepts the job id as an input and will optionally iterate until the job is Completed, or just return the status.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Using these in tandem enabled me to do what you described without the need for chaining apps.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 01:59:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/569305#M1228</guid>
      <dc:creator>morr-co</dc:creator>
      <dc:date>2020-05-13T01:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Run chained workflows using API</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/904212#M1735</link>
      <description>&lt;P&gt;Workflow Admin Manager has a new feature that gives you a GUI to chain workflows together. It does everything via the API/SDK and has a one-to-many set of options so if one workflow finishes it can kick off 3 more (or whatever you need).&amp;nbsp; For complex situations, we needed a way to start, monitor, and then take action upon success/failure. It didn't exist so we built it!&amp;nbsp;&lt;A href="https://capitalizeconsulting.com/workflow-admin-manager/" target="_blank"&gt;https://capitalizeconsulting.com/workflow-admin-manager/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 23:16:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Run-chained-workflows-using-API/m-p/904212#M1735</guid>
      <dc:creator>esoden</dc:creator>
      <dc:date>2022-02-17T23:16:29Z</dc:date>
    </item>
  </channel>
</rss>

