<?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: Set schedule run workflow after ALL other workflows finish in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533589#M5813</link>
    <description>&lt;P&gt;The only loop would be C rerunning itself&lt;/P&gt;&lt;P&gt;When C finds 1, 2, and 3 had not finished, it would run C&lt;/P&gt;&lt;P&gt;When C finds 1, 2, and 3 had&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finished, it&amp;nbsp;would run 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no time check.&lt;/P&gt;&lt;P&gt;You&amp;nbsp;could delay C running C a minute or more&lt;/P&gt;&lt;P&gt;You could start the scheduled run of C a little later than 1, 2, 3 to give them time to finish before it begins checking&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 15:12:11 GMT</pubDate>
    <dc:creator>hroderick-thr</dc:creator>
    <dc:date>2020-02-26T15:12:11Z</dc:date>
    <item>
      <title>Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/532788#M5793</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a workflow will be run in server after ALL others workflows finish.&lt;/P&gt;&lt;P&gt;-----workflow_1-----&lt;/P&gt;&lt;P&gt;-----workflow_2-----&lt;/P&gt;&lt;P&gt;-----workflow_3-----&lt;/P&gt;&lt;P&gt;--------------------workflow_4-------&amp;gt;&lt;/P&gt;&lt;P&gt;for example, workflow 4 will run after all 1,2,3 finish. And workflow_1,2,3 can be run in parallel in server to optimize time. I have searched to find solution but there is only run sequel wf_1 --&amp;gt; wf_2 --&amp;gt; wf_3 --&amp;gt; wf_4 by using CReW.&lt;/P&gt;&lt;P&gt;Do you have advice for me. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 04:47:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/532788#M5793</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-02-25T04:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533067#M5796</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/104390"&gt;@huynv96&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only solution I can think of is to run your workflows as chained apps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my example, you could create a file that is generated after each workflow runs. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;W1 -&amp;gt; W1_Finished.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second app would then be then always the W4. This would first check if all the files are created. Since all the files would only be available once the three other worklflows have finished, W4 would only run once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running W4 you could delete the files "W1_Finished.txt" to be ready for the next run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a little bit unorthodox but it's the only solution I could think of.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 16:03:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533067#M5796</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2020-02-25T16:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533179#M5798</link>
      <description>&lt;P&gt;Thanks your response &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;. Can you explain more and give me an example about chained app?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 18:16:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533179#M5798</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-02-25T18:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533438#M5802</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/104390"&gt;@huynv96&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to create chained app you need to transform your workflows into applications. Once you have them as apps you can open the interface designer (cntrl + alt + d) and select the option to 'on success run another app' and select the application you would want to run, which in this case would be W4:&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="Untitled.png" style="width: 942px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/100326iB391ADF631B18BFC/image-dimensions/942x444?v=v2" width="942" height="444" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The way they work is that once the first app is finished, the second app will inmediately pop up without the need to do anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need any further explanation or help don't hesitate contacting me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 08:11:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533438#M5802</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2020-02-26T08:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533536#M5804</link>
      <description>&lt;P&gt;If you have scheduling software like Control-M available, you can use it to run workflows from command line and a bat file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A different hack option would use a messaging table and a controller workflow.&lt;/P&gt;&lt;P&gt;Using your example, let's call the controller workflow C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start workflows 1,2,3, and C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflows 1,2,3 will post to a messaging table as last step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow C will read the table and have a detour&lt;/P&gt;&lt;P&gt;If 1,2,3 have all posted, start 4 and empty message table&lt;/P&gt;&lt;P&gt;Else wait some time and re-run itself using a run command tool and bat file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 13:07:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533536#M5804</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2020-02-26T13:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533568#M5808</link>
      <description>&lt;P&gt;Good option&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;, But how if i need to optimize time by using optimize server resource to run 1,2,3 in parallel,your solution seems the workflow will run 1 --&amp;gt; 2 --&amp;gt; 3 --&amp;gt; 4.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 14:29:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533568#M5808</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-02-26T14:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533570#M5809</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/91355"&gt;@hroderick-thr&lt;/a&gt;&amp;nbsp;For your solution. How do we know which exactly time we check file and run workflow 4. A loop check in period time?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 14:31:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533570#M5809</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-02-26T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533587#M5812</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/104390"&gt;@huynv96&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My idea was to concatenate each worfklow with W4. After each one is finished the first thing they would do is create a text file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;W1 -&amp;gt; create W1finish text file -&amp;gt; [[Condition: Are there&amp;nbsp;W1finish text file,&amp;nbsp;W2finish text file and&amp;nbsp;W3finish text file]]?? -&amp;gt; Run W4 -&amp;gt; delete finish text files&lt;/P&gt;&lt;P&gt;W2 -&amp;gt; create W2finish text file -&amp;gt; [[Condition: Are there&amp;nbsp;W1finish text file,&amp;nbsp;W2finish text file and&amp;nbsp;W3finish text file]]?? -&amp;gt; Run W4 -&amp;gt; delete finish text files&lt;/P&gt;&lt;P&gt;W3 -&amp;gt; create W3finish text file -&amp;gt; [[Condition: Are there&amp;nbsp;W1finish text file,&amp;nbsp;W2finish text file and&amp;nbsp;W3finish text file]]?? -&amp;gt; Run W4 -&amp;gt; delete finish text files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea is, that W4 would only run once, since the three files would only be present once all workflows have ended. For the other two, since the other files would still not be generated then W4 would not run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:08:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533587#M5812</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2020-02-26T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533589#M5813</link>
      <description>&lt;P&gt;The only loop would be C rerunning itself&lt;/P&gt;&lt;P&gt;When C finds 1, 2, and 3 had not finished, it would run C&lt;/P&gt;&lt;P&gt;When C finds 1, 2, and 3 had&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finished, it&amp;nbsp;would run 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no time check.&lt;/P&gt;&lt;P&gt;You&amp;nbsp;could delay C running C a minute or more&lt;/P&gt;&lt;P&gt;You could start the scheduled run of C a little later than 1, 2, 3 to give them time to finish before it begins checking&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 15:12:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533589#M5813</guid>
      <dc:creator>hroderick-thr</dc:creator>
      <dc:date>2020-02-26T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533652#M5818</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/91355"&gt;@hroderick-thr&lt;/a&gt;&amp;nbsp;, I will try&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:34:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/533652#M5818</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-02-26T16:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535530#M5850</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;One more question to solve this, please help me!&lt;/P&gt;&lt;P&gt;How should I set&amp;nbsp; if conditional to run or not run a container/app in this case?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 08:23:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535530#M5850</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-03-02T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535538#M5852</link>
      <description>&lt;P&gt;Hello huynv96,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on what is going to be the trigger for that activation. If you are talking about the existing files you could use the command to trigger the action tool which is FileExist(). This is a boolean and check on an existing path is the file is there or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test it on a workflow and check if it helps you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 09:02:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535538#M5852</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2020-03-02T09:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535540#M5853</link>
      <description>&lt;P&gt;Yes, I mean about build tool in alteryx designer. Can I active/deactive a container to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 09:15:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535540#M5853</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-03-02T09:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535542#M5854</link>
      <description>&lt;P&gt;Hello huynv96,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes for sure! Here is a simple example where I pass the condition:&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="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/100949i7D4DF73B8053E7D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take into account, that the activation and deactivation of tools- containers can only be achieved within macros, meaning that an incoming condition from an upper leverl workflow-macro is the only way (that I am aware of) to do this. You cannot deactivate on a condition a container within the same workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope I have explained myself correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 09:22:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/535542#M5854</guid>
      <dc:creator>afv2688</dc:creator>
      <dc:date>2020-03-02T09:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set schedule run workflow after ALL other workflows finish</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/536174#M5859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/76174"&gt;@afv2688&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yesterday, I build a chained app follow your guide however it did not work well.&lt;/P&gt;&lt;P&gt;app 1 -&amp;gt; app 2, in app 2, i set an event to sent me an email after run.&lt;/P&gt;&lt;P&gt;I uploaded app 1 to Alteryx server (manager asset: app 2 was checked) and I set schedule to run. My output data would be stored in database. But I did not have data and receive email yet. It seems like only app 1 was be run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any difference or notes between schedule app and workflow in server? How can I check my app is running or not? Because I saw that when run workflow, the progress will be appear in workflow result tab, But I run app, it show a message "If you close this tab, you need to start over". And sometime app have input before run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just run manually, error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/101137iEDAD191502205ECB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My workflow requires hours&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 02:20:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Set-schedule-run-workflow-after-ALL-other-workflows-finish/m-p/536174#M5859</guid>
      <dc:creator>huynv96</dc:creator>
      <dc:date>2020-03-03T02:20:05Z</dc:date>
    </item>
  </channel>
</rss>

