<?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: Call workflow routine from another machine in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38016#M7743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the GUI is arguably the "least interesting" way of using WFA &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-15285" target="_blank"&gt;SOAP&lt;/A&gt; &amp;amp; &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-21510" target="_blank"&gt;REST&lt;/A&gt; web services interfaces are provided so you can make calls from programs, including routines running on remote systems (links are to reference guides). these are the API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might be able to use the perl REST::Client module or similar for easier access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that the bulk of the workflow logic usually happens inside WFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you'll also need to allow for non-blocking execution in your calling code, as WFA works on a kind of batch submission basis: you submit a request to WFA, then check back on the system to check job status at a later stage (which may only be a couple of seconds, but you need to have the right kind of logic in there to poll, rather than expect an execution result directly form the call).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2013 02:47:06 GMT</pubDate>
    <dc:creator>pwl</dc:creator>
    <dc:date>2013-01-21T02:47:06Z</dc:date>
    <item>
      <title>Call workflow routine from another machine</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38004#M7735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once we setup a workflow, I would like to know how I can call these workflow routines from another machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:11:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38004#M7735</guid>
      <dc:creator>bbjholcomb</dc:creator>
      <dc:date>2025-06-05T06:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Call workflow routine from another machine</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38009#M7738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My understanding is that you have created workflows on the wfa server by accessing GUI through &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/wfa" target="_blank"&gt;http://localhost/wfa&lt;/A&gt;&lt;SPAN&gt;. Is that right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fo remote connection to the server, WFA provides you with :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. GUI interface where you can access the wfa server from any other machine through : &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;wfa_server_ip/wfa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This connects to the wfa server on port 80 by default.&lt;/P&gt;&lt;P&gt;2. In addition, web services through SOAP and REST are also provided by WFA through which you could operate on the workflows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sharu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 03:16:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38009#M7738</guid>
      <dc:creator>sharu</dc:creator>
      <dc:date>2013-01-19T03:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call workflow routine from another machine</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38013#M7740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I was hoping NetApp provided an API, so that we can call it from PERL programs. We spent thousands of man hours to develop automation on 7 mode. We want to start using WFA for 7Mode and CMode&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 01:09:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38013#M7740</guid>
      <dc:creator>bbjholcomb</dc:creator>
      <dc:date>2013-01-21T01:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Call workflow routine from another machine</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38016#M7743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the GUI is arguably the "least interesting" way of using WFA &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-15285" target="_blank"&gt;SOAP&lt;/A&gt; &amp;amp; &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-21510" target="_blank"&gt;REST&lt;/A&gt; web services interfaces are provided so you can make calls from programs, including routines running on remote systems (links are to reference guides). these are the API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you might be able to use the perl REST::Client module or similar for easier access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that the bulk of the workflow logic usually happens inside WFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you'll also need to allow for non-blocking execution in your calling code, as WFA works on a kind of batch submission basis: you submit a request to WFA, then check back on the system to check job status at a later stage (which may only be a couple of seconds, but you need to have the right kind of logic in there to poll, rather than expect an execution result directly form the call).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 02:47:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38016#M7743</guid>
      <dc:creator>pwl</dc:creator>
      <dc:date>2013-01-21T02:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Call workflow routine from another machine</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38021#M7745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this is very useful. &lt;/P&gt;&lt;P&gt;If you have any links that document this and/or have examples that would be great. &lt;/P&gt;&lt;P&gt;WFA documents seem to be very limited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 23:53:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38021#M7745</guid>
      <dc:creator>bbjholcomb</dc:creator>
      <dc:date>2013-01-21T23:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Call workflow routine from another machine</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38025#M7747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I missed the links, thanks again, I have a lot of reading to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 23:54:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38025#M7747</guid>
      <dc:creator>bbjholcomb</dc:creator>
      <dc:date>2013-01-21T23:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Call workflow routine from another machine</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38029#M7749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Peter's link for the SOAP document there's a full example how to create a Web Proxy in Powershell and execute flows through it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 23:58:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-workflow-routine-from-another-machine/m-p/38029#M7749</guid>
      <dc:creator>yaronh</dc:creator>
      <dc:date>2013-01-21T23:58:39Z</dc:date>
    </item>
  </channel>
</rss>

