<?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 &amp;quot;chain&amp;quot; multiple worflows together, schedule, and rollback data on fa in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70511#M1005</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;They can be used in Schedules (local or Server). What you cannot, is to use them in Gallery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you plan to chain this workflows in a Gallery app, you should use the Events method (described in the same post).&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 19:58:45 GMT</pubDate>
    <dc:creator>Aguisande</dc:creator>
    <dc:date>2017-07-07T19:58:45Z</dc:date>
    <item>
      <title>How to "chain" multiple worflows together, schedule, and rollback data on failure?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70403#M1002</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm wondering if anyone has any insight on how to schedule multiple depend workflows together in a chain. If one workflow in the chain fails then I need Alteryx to somehow rollback the old data for all workflows in that chain.&lt;BR /&gt;&lt;BR /&gt;For example, I have workflow A, B, and C. If A runs successfully, then B will start, if B fails then I need to rollback A to it's original state. If A and B are successful&amp;nbsp;C will start to run, if C fails A and B will need to be rolled back, if C is successful then the data from A, B, and C can be written to the DB.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Currently we are connecting to SQL server and using the "Update, Insert if new" option. This option keeps the old data in the event of an error. The problem with this it that it only works for an individual workflow and not a chain or workflows. For example, A can run successfully and have new data, but if B fails the old data will remain unchanged.&amp;nbsp;This means that A will be updated in the database but B will not causing data accuracy issues. This is a big deal becasue other scheduled workflows pull from the data generated by A, B, and C, which will cause chaos in the database. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anything manual is out of the question due to the volume of workflows we run. We currently use the command line scheduler.&lt;BR /&gt;&lt;BR /&gt;For this specific use case we need to chain together 9 workflows. The data volume is very small. However we will have multiple use cases&amp;nbsp;in the near future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 14:09:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70403#M1002</guid>
      <dc:creator>camalloy</dc:creator>
      <dc:date>2017-07-07T14:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to "chain" multiple worflows together, schedule, and rollback data on fa</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70453#M1003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/9903"&gt;@camalloy&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Like everything in Alteryx, there are different ways to accomplish a task (using events for example). But to chain workflow executions, the best we can recommend is to use the Runner macros from Adam Riley&amp;nbsp;(Runner, List Runner, Conditional runner). You can find them here:&amp;nbsp;&lt;A href="http://www.chaosreignswithin.com/p/macros.html" target="_blank"&gt;http://www.chaosreignswithin.com/p/macros.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just create a new workflow that contains this tools and enjoy!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope his helps.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:46:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70453#M1003</guid>
      <dc:creator>Aguisande</dc:creator>
      <dc:date>2017-07-07T17:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to "chain" multiple worflows together, schedule, and rollback data on fa</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70478#M1004</link>
      <description>&lt;P&gt;I read that the crew macros are only compatible with designer, which I would assume means they cannot be scheduled?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Chaining-Workflows-Together/ta-p/38573" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Chaining-Workflows-Together/ta-p/38573&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 18:43:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70478#M1004</guid>
      <dc:creator>camalloy</dc:creator>
      <dc:date>2017-07-07T18:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to "chain" multiple worflows together, schedule, and rollback data on fa</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70511#M1005</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;They can be used in Schedules (local or Server). What you cannot, is to use them in Gallery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you plan to chain this workflows in a Gallery app, you should use the Events method (described in the same post).&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:58:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/How-to-quot-chain-quot-multiple-worflows-together-schedule-and/m-p/70511#M1005</guid>
      <dc:creator>Aguisande</dc:creator>
      <dc:date>2017-07-07T19:58:45Z</dc:date>
    </item>
  </channel>
</rss>

