<?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 save flow definition? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/853081#M20661</link>
    <description>&lt;P&gt;Hi, I appreciate its been more than a decade since the original question, but did you found any solution for this?&lt;/P&gt;&lt;P&gt;I am trying to do the same here,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Jorge.-&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2023 15:30:11 GMT</pubDate>
    <dc:creator>Jorgito</dc:creator>
    <dc:date>2023-01-10T15:30:11Z</dc:date>
    <item>
      <title>How to save flow definition?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/96399#M1033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm new in "Platform process manager" tool so I need answer on small question that will be probably obvious for experience "Platform process manager" users:)&lt;/P&gt;&lt;P&gt;I need to open flow via "Flow editor" tool that is part of "Platform process manager", "Flow editor" see(can open) only XML files that probably consists of flow definition.&lt;/P&gt;&lt;P&gt;I created some test job in DI studio, schedule it , then create test flow from SAS management console, also schedule this flow.&lt;/P&gt;&lt;P&gt;So now, flow is defined and I can probably save flow definition into some xml file, but how to do it?&lt;/P&gt;&lt;P&gt;Is it should be some simple export of flow metadata, or may be each time when flow scheduled needed XML file with flow definition automatically saved somewhere on server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On another words I need to open in "Flow Editor" some flow, that was created and configured from SMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 12:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/96399#M1033</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2012-12-11T12:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to save flow definition?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/96400#M1034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Been a while since I used LSF, but here goes:&lt;/P&gt;&lt;P&gt;I think the only way to make Flows visible/accessible in Flow Editor/manager is to deploy a job for scheduling from SMC, don't thin that there is a save as XML-way.&lt;/P&gt;&lt;P&gt;What kind of changes do plan to do?&lt;/P&gt;&lt;P&gt;I think best practice is to have the flow definitions in SMC as a master, then run then using LSF (not mange).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 13:14:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/96400#M1034</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-12-11T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to save flow definition?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/96401#M1035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linus,&lt;/P&gt;&lt;P&gt;So you wrote:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think the only way to make Flows visible/accessible in Flow Editor/manager is to deploy a job for scheduling from SMC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I actually did it, it become visible from flow manager(and I can run it from here), but flow editor doesn't see the flow, there are "open" button that cause occuring prompth window that see only XML files with flows definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you wrote:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What kind of changes do plan to do?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As I wrote higher - I succesfully run this my flow (created from SMC) using flow manager.&lt;/P&gt;&lt;P&gt;What I need - run same flow using "Process manager" command line via "jrun" command.&lt;/P&gt;&lt;P&gt;In documentation I've found that Jrun command executes only with "flowname" as parameter : &lt;STRONG&gt;% jrun /flows/backup.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is the pdf link:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/scalability/platform/PSS2.1/pm_using.pdf" title="http://support.sas.com/rnd/scalability/platform/PSS2.1/pm_using.pdf"&gt;http://support.sas.com/rnd/scalability/platform/PSS2.1/pm_using.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;page 219&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what I need now - run flow(created and scheduled from SMC) by "Process manager" &lt;STRONG&gt;Jrun&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 13:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/96401#M1035</guid>
      <dc:creator>Yura2301</dc:creator>
      <dc:date>2012-12-11T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to save flow definition?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/853081#M20661</link>
      <description>&lt;P&gt;Hi, I appreciate its been more than a decade since the original question, but did you found any solution for this?&lt;/P&gt;&lt;P&gt;I am trying to do the same here,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Jorge.-&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 15:30:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/853081#M20661</guid>
      <dc:creator>Jorgito</dc:creator>
      <dc:date>2023-01-10T15:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to save flow definition?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/855636#M20663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16763"&gt;@Yura2301&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that you are using the wrong command. If the flow is submitted to Process Manager in SAS MC / Schedule Manager, the flow definition is stored in&amp;nbsp;Process Manager's Flow Storage folder, and you can see it in the Flow Manager and run it from there.&amp;nbsp;You can also run it from a command line using the &lt;STRONG&gt;Jtrigger&lt;/STRONG&gt; command instead of &lt;STRONG&gt;Jrun&lt;/STRONG&gt;, which requires an external flow definition file.&amp;nbsp;&lt;A href="https://www.ibm.com/docs/en/slpm/10.2.0?topic=commands-jtrigger" target="_blank"&gt;https://www.ibm.com/docs/en/slpm/10.2.0?topic=commands-jtrigger&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We use the Jtrigger command to run all flows (700+) in our daily batch, and all flows are scheduled with 'Manually to the scheduling server' as trigger, so they never run unless triggered by Jtrigger or mun manually from Flow manager. We have built a scheduler that establish flow order based om metadata registrations of jobs with input and output tables and trigger flows when all preceding flows in a chain have status Done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 20:01:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-save-flow-definition/m-p/855636#M20663</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2023-01-25T20:01:36Z</dc:date>
    </item>
  </channel>
</rss>

