<?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: Custom finder failing in workflow only in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22852#M4873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Automatically Searched for my aggregate...&amp;nbsp; Sent screenshots outside of this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 19:13:00 GMT</pubDate>
    <dc:creator>rustyb</dc:creator>
    <dc:date>2013-04-26T19:13:00Z</dc:date>
    <item>
      <title>Custom finder failing in workflow only</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22843#M4869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I built a custom finder that would select aggregates from a specific aggregate resource group in OM.&amp;nbsp; When I test the finder directly, this works as expected.&amp;nbsp; However when I add the finder to my workflow, this fails with Illegal expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exact error is &lt;/P&gt;&lt;P&gt;Failed to evaluate resource selector. Illegal expression: VCI-Available-Aggrs&lt;/P&gt;&lt;P&gt;At command 'Create VCI Volume', tab 'Volume', variable 'volume', property 'aggregate'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using 'aggregate by group' in my finder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:04:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22843#M4869</guid>
      <dc:creator>rustyb</dc:creator>
      <dc:date>2025-06-05T06:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom finder failing in workflow only</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22847#M4871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message indicates that the variable that you are referencing is likely NULL.&amp;nbsp; Is the variable name VCI-Available-Aggrs?&amp;nbsp; Are you using the auto find option for aggregate inside of the command object?&amp;nbsp; Might need to see some screenshots of the failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 18:04:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22847#M4871</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-04-26T18:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom finder failing in workflow only</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22852#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Automatically Searched for my aggregate...&amp;nbsp; Sent screenshots outside of this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 19:13:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22852#M4873</guid>
      <dc:creator>rustyb</dc:creator>
      <dc:date>2013-04-26T19:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom finder failing in workflow only</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22856#M4874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are hard-coding the group name, you will need to put it in quotes.&amp;nbsp; The current issue is that you are calling for a check of group named &lt;EM&gt;VCI-Available-Aggrs&lt;/EM&gt; and since it is not in quotes, WFA thinks that it is a variable named &lt;EM&gt;VCI-Available-Aggrs&lt;/EM&gt;.&amp;nbsp; Change that and it should work like a champ.&amp;nbsp; This is only required if you are hard declaring the value and not if you are using a user input to define.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 16:15:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22856#M4874</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-04-29T16:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom finder failing in workflow only</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22864#M4876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep.&amp;nbsp; That was it...&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 16:23:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Custom-finder-failing-in-workflow-only/m-p/22864#M4876</guid>
      <dc:creator>rustyb</dc:creator>
      <dc:date>2013-04-29T16:23:42Z</dc:date>
    </item>
  </channel>
</rss>

