<?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 do I make my scheduled flow to actually run? in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/How-do-I-make-my-scheduled-flow-to-actually-run/m-p/854587#M1629</link>
    <description>&lt;P&gt;The error was in my flow. I started the flow with a time-event (wait for 01:00 = the same time the flow was scheduled to run) and that's where it stopped.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now my biggest problem is that I can't find the&amp;nbsp;embarrassed-emoji...&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 14:18:46 GMT</pubDate>
    <dc:creator>FredrikHansson</dc:creator>
    <dc:date>2023-01-19T14:18:46Z</dc:date>
    <item>
      <title>How do I make my scheduled flow to actually run?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/How-do-I-make-my-scheduled-flow-to-actually-run/m-p/854560#M1626</link>
      <description>&lt;P&gt;I had problems to schedule flows (&lt;A href="https://communities.sas.com/t5/SAS-Viya/Jobs-and-Flows-How-do-I-schedule-a-flow/m-p/853016#M1612" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Viya/Jobs-and-Flows-How-do-I-schedule-a-flow/m-p/853016#M1612&lt;/A&gt;), but that was resolved by installing a hotfix. Now when I schedule a flow it doesn't look like it's actually started on the specified time (or at all).&lt;/P&gt;
&lt;P&gt;I scheduled the flow "Nattbatchen" to run at 01:00 every day. But I can see no trace of the job in the monitoring tab. When I right-click the scheduled flow and select "Execution history" it looks like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FredrikHansson_0-1674133264338.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79518i2C63DBD8587116F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FredrikHansson_0-1674133264338.png" alt="FredrikHansson_0-1674133264338.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this another bug or am I doing something wrong?&lt;/P&gt;
&lt;P&gt;We are running Viya 2022.09.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 13:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/How-do-I-make-my-scheduled-flow-to-actually-run/m-p/854560#M1626</guid>
      <dc:creator>FredrikHansson</dc:creator>
      <dc:date>2023-01-19T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make my scheduled flow to actually run?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/How-do-I-make-my-scheduled-flow-to-actually-run/m-p/854580#M1628</link>
      <description>&lt;P&gt;That is a good question! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I don't know the answer to this question but here is what i would do.&lt;/P&gt;
&lt;P&gt;First try submitting a job that isn't that complicated to test and see if its the code that you are submitting that is causing the issue. Here is a simple program that will always work .&lt;/P&gt;
&lt;P&gt;Proc print data=sashelp.cars;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;Put this code in a sas program and run it, then schedule it as a job and see if you are getting the same issue. If you are, then there is something wrong with the system(so maybe a bug). You will need to speak to your sas administrator to assist you.&lt;/P&gt;
&lt;P&gt;If the code above works, then you know that the code you are executing is the issue and you need to figure out why but doing further testing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Carmine&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:07:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/How-do-I-make-my-scheduled-flow-to-actually-run/m-p/854580#M1628</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2023-01-19T14:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make my scheduled flow to actually run?</title>
      <link>https://communities.sas.com/t5/SAS-Viya/How-do-I-make-my-scheduled-flow-to-actually-run/m-p/854587#M1629</link>
      <description>&lt;P&gt;The error was in my flow. I started the flow with a time-event (wait for 01:00 = the same time the flow was scheduled to run) and that's where it stopped.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now my biggest problem is that I can't find the&amp;nbsp;embarrassed-emoji...&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:18:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/How-do-I-make-my-scheduled-flow-to-actually-run/m-p/854587#M1629</guid>
      <dc:creator>FredrikHansson</dc:creator>
      <dc:date>2023-01-19T14:18:46Z</dc:date>
    </item>
  </channel>
</rss>

