<?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: WFA Schedule continuous workflow through reboots in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136319#M24734</link>
    <description>&lt;P&gt;I don't want to have separate servers for cron jobs or scheduled tasks to run storage&amp;nbsp;scripts. Need to have one place to manage all scripts/code from. This will also allow me to run both perl and powershell scripts from same server. When you backup WFA it would also backup those scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These scripts do things that OCUM, OCI, Splunk can't because they don't have the data.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2017 16:15:34 GMT</pubDate>
    <dc:creator>ninja</dc:creator>
    <dc:date>2017-11-28T16:15:34Z</dc:date>
    <item>
      <title>WFA Schedule continuous workflow through reboots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136303#M24730</link>
      <description>&lt;P&gt;Trying to schedule a workflow to run indefinitely and continue to run automatically after a reboot without having to trigger flow again. Similar to a datasource but I need the capability for workflows.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:18:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136303#M24730</guid>
      <dc:creator>ninja</dc:creator>
      <dc:date>2025-06-04T14:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Schedule continuous workflow through reboots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136311#M24732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess you could potentially add a powershell script to run at startup which invokes a REST call to WFA however i'd be interesting to know under what circumstance you would want to run a WFA workflow indefinately??? What would that workflow be doing and why? I've never come across this requirement so am just curious to understand what you are trying to achieve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 08:42:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136311#M24732</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2017-11-28T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Schedule continuous workflow through reboots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136319#M24734</link>
      <description>&lt;P&gt;I don't want to have separate servers for cron jobs or scheduled tasks to run storage&amp;nbsp;scripts. Need to have one place to manage all scripts/code from. This will also allow me to run both perl and powershell scripts from same server. When you backup WFA it would also backup those scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These scripts do things that OCUM, OCI, Splunk can't because they don't have the data.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 16:15:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136319#M24734</guid>
      <dc:creator>ninja</dc:creator>
      <dc:date>2017-11-28T16:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Schedule continuous workflow through reboots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136447#M24760</link>
      <description>&lt;P&gt;Any comments or suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 20:48:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136447#M24760</guid>
      <dc:creator>ninja</dc:creator>
      <dc:date>2017-12-04T20:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Schedule continuous workflow through reboots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136450#M24761</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could create a powershell script that runs at startup and calls your WFA worklow via REST with the required parameters. EG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://blogs.technet.microsoft.com/heyscriptingguy/2014/05/14/use-powershell-to-create-job-that-runs-at-startup/" href="https://blogs.technet.microsoft.com/heyscriptingguy/2014/05/14/use-powershell-to-create-job-that-runs-at-startup/" target="_blank"&gt;https://blogs.technet.microsoft.com/heyscriptingguy/2014/05/14/use-powershell-to-create-job-that-runs-at-startup/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 22:17:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136450#M24761</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2017-12-04T22:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Schedule continuous workflow through reboots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136451#M24762</link>
      <description>&lt;P&gt;I understand how that works. I just was hoping that with WFA you could have a daily workflow that would run at a specified hour and would persist on reboots...almost like a datasource which I'm almost about to do since there is no better way.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 22:19:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136451#M24762</guid>
      <dc:creator>ninja</dc:creator>
      <dc:date>2017-12-04T22:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Schedule continuous workflow through reboots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136487#M24763</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/13863"&gt;@ninja&lt;/a&gt;ork&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 2 ways to get this done in WFA. Both ways have their pros and cons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;A href="http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/How-to-schedule-a-workflow-for-recurring-executions-The-solution/m-p/101547#M17984" target="_self"&gt;How to schedule a workflow for recurring executions: The solution&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works on the idea that a executing workflow schedules its own instance job for the next execution. Its can go on indefinitely or be scheduled to stop at a given time. This is a programatic solution, so you control it totally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can pass through reboots, except only under one case. since the next job is only scheduled by the current executing job, if your WFA stopage time coincided with the job's sechduled execution time, the job will become obsolete and won't execute. So the next job is also not scheduled and the cycle breaks.&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;&lt;P&gt;2. WFA4.0 and above have provided recurring schedules to be attached to a workflow. Execution -&amp;gt; Workflow -&amp;gt; Schedules. It provides limited support, and is not flexible with execution times etc, but can run indefinitely and pass through reboots.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want more details, I can provide on how-to etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 17:14:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Schedule-continuous-workflow-through-reboots/m-p/136487#M24763</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-12-05T17:14:05Z</dc:date>
    </item>
  </channel>
</rss>

