<?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 how to get the returnWFAParameters out Parameter to VCO in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-get-the-returnWFAParameters-out-Parameter-to-VCO/m-p/101600#M17992</link>
    <description>&lt;P&gt;using VCO to call WFA workflows. struggling to get the returnWFAParameters out Parameter to populate using NetApp WFA Workflow object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA Version 2.2.0.2.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA returns the parameter then I am returning some parameters to VCO. I am not able to get them into a variable in VCO, Can not get a the return parameters into variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 04:54:30 GMT</pubDate>
    <dc:creator>Omid</dc:creator>
    <dc:date>2025-06-05T04:54:30Z</dc:date>
    <item>
      <title>how to get the returnWFAParameters out Parameter to VCO</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-get-the-returnWFAParameters-out-Parameter-to-VCO/m-p/101600#M17992</link>
      <description>&lt;P&gt;using VCO to call WFA workflows. struggling to get the returnWFAParameters out Parameter to populate using NetApp WFA Workflow object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA Version 2.2.0.2.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WFA returns the parameter then I am returning some parameters to VCO. I am not able to get them into a variable in VCO, Can not get a the return parameters into variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:54:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-get-the-returnWFAParameters-out-Parameter-to-VCO/m-p/101600#M17992</guid>
      <dc:creator>Omid</dc:creator>
      <dc:date>2025-06-05T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the returnWFAParameters out Parameter to VCO</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-get-the-returnWFAParameters-out-Parameter-to-VCO/m-p/101614#M17995</link>
      <description>&lt;P&gt;Are you attempting to setup a vCO/vRO workflow to call WFA? &amp;nbsp;Have you run the "Get WFA Workflow Inputs" against the WFA workflow in order to find the needed inputs? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, go to&amp;nbsp;&lt;A href="http://www.mccloudoncloud.com/2014/03/26/software-defined-storage-with-netapp-and-vmware-part-3-create-workflow-integration-with-vco-and-wfa/" target="_blank"&gt;http://www.mccloudoncloud.com/2014/03/26/software-defined-storage-with-netapp-and-vmware-part-3-create-workflow-integration-with-vco-and-wfa/&lt;/A&gt; for a detailed step by step guide for setting up a vCO workflow to call WFA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jack&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 14:55:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-get-the-returnWFAParameters-out-Parameter-to-VCO/m-p/101614#M17995</guid>
      <dc:creator>mcleod</dc:creator>
      <dc:date>2015-03-10T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the returnWFAParameters out Parameter to VCO</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-get-the-returnWFAParameters-out-Parameter-to-VCO/m-p/101620#M17999</link>
      <description>&lt;P&gt;When executing a WFA workflow from vRO/vCO using the "vCO Package for WFA Integration" the output of the "NetApp WFA Workflow execution" task will include a parameter named "returnWFAParameters". &amp;nbsp;This is a Properties object (meaning it is a series of key-&amp;gt;value pairs) which contain any returned values from WFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To access them, you can use a script object to access individual properties. &amp;nbsp;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;// if you know the name of the WFA return parameter
System.debug("Returned value " + returnWFAParameters.get("someProperty") + " for parameter someProperty");

// if you want to enumerate all of the returned values
for (var key in returnWFAParameters.keys) {
  System.debug("Returned parameter " + key + " equals " + returnWFAParameters.get(key));
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 15:16:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-get-the-returnWFAParameters-out-Parameter-to-VCO/m-p/101620#M17999</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2015-03-10T15:16:28Z</dc:date>
    </item>
  </channel>
</rss>

