<?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: Running EG Process flows in specified order in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/460704#M29701</link>
    <description>&lt;P&gt;Thanks Tom &amp;amp; Casey.&amp;nbsp; This was the solution I went with as well not too long after posting this question.&amp;nbsp; I agree, this was a great solution.&amp;nbsp; I appreciate all of the help.&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2018 14:04:34 GMT</pubDate>
    <dc:creator>elwayfan446</dc:creator>
    <dc:date>2018-05-08T14:04:34Z</dc:date>
    <item>
      <title>Running EG Process flows in specified order</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/272442#M18922</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am revisiting and old question that was posted a few years ago here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Order-of-Process-flow/td-p/106930" target="_blank"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Order-of-Process-flow/td-p/106930&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really need a way to run process flows in my project in a certain order.&amp;nbsp; Creating an ordered list will not work because I have too many tasks in each flow to schedule.&amp;nbsp; I simply want to be able to run flow 1, then flow 2, then flow 3.&amp;nbsp; I also have a couple of other process flows built to use as a "sandbox" for testing or a grave yard for old tasks that I don't necessarly want to delete yet.&amp;nbsp; Those process flows dont need to be run at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using EG 6.1 and can't seem to find a way that is built in.&amp;nbsp; I am hoping there is something new that has come along in the last 4 years to make this easier.&amp;nbsp; I don't quite get the use of scripting in the prior post I linked either.&amp;nbsp; Maybe someone has something that can make it quicker/easier for me and dumb it down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 15:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/272442#M18922</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2016-05-23T15:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running EG Process flows in specified order</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/290548#M19831</link>
      <description>I have been searching for a way to handle this exact issue for over a year now. Hoping to hear of something soon!</description>
      <pubDate>Tue, 09 Aug 2016 19:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/290548#M19831</guid>
      <dc:creator>Kayleah</dc:creator>
      <dc:date>2016-08-09T19:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running EG Process flows in specified order</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/460154#M29674</link>
      <description>&lt;P&gt;Sorry for the late reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using EG's automation interface (scripting with VBScript or Windows Powershell) is going to be your best bet. I posted some example VBScript code in this post, that will allow you to execute whichever process flows in whichever order you would like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/execution-Order-of-process-flow-in-a-project-using-Windows/m-p/460147#M29672" target="_self"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/execution-Order-of-process-flow-in-a-project-using-Windows/m-p/460147#M29672&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: The easiest way to create a stock EGScript1.vbs file is to schedule your project (File-&amp;gt;Schedule Project in EG). That will create the EGScript1.vbs file for you in the same directory as your project.&amp;nbsp; (You can immediately delete the scheduled task&amp;nbsp;EG creates in Windows Task Scheduler, unless you actually want it run on a schedule.)&amp;nbsp;Then you can open and edit the EGScript1.vbs&amp;nbsp;file as desired and run it from command line. (Make sure your EG project is not open when you run the VBScript file.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 20:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/460154#M29674</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-05-04T20:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Running EG Process flows in specified order</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/460268#M29681</link>
      <description>&lt;P&gt;Just to endorse&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15089"&gt;@CaseySmith&lt;/a&gt;'s&amp;nbsp;comment. I've done something similar, and if you follow the process he suggests, scheduling the project and then using the .vbs file, it's really straightforward. I don't hesitate to recommend doing that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Sat, 05 May 2018 22:09:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/460268#M29681</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2018-05-05T22:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running EG Process flows in specified order</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/460704#M29701</link>
      <description>&lt;P&gt;Thanks Tom &amp;amp; Casey.&amp;nbsp; This was the solution I went with as well not too long after posting this question.&amp;nbsp; I agree, this was a great solution.&amp;nbsp; I appreciate all of the help.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 14:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Running-EG-Process-flows-in-specified-order/m-p/460704#M29701</guid>
      <dc:creator>elwayfan446</dc:creator>
      <dc:date>2018-05-08T14:04:34Z</dc:date>
    </item>
  </channel>
</rss>

