<?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: Display information during Workflow in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126411#M22700</link>
    <description>&lt;P&gt;Ahh I didn't know that you can see the messages there, thank you!&lt;/P&gt;&lt;P&gt;I'll check which is the most convenient option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2016 07:27:37 GMT</pubDate>
    <dc:creator>paeddy</dc:creator>
    <dc:date>2016-12-20T07:27:37Z</dc:date>
    <item>
      <title>Display information during Workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126393#M22694</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following question:&lt;BR /&gt;I have a workflow to add clients to an export rule. In the command I check with an nslookup if the clients exist and then it only adds existing clients to the rule.&lt;/P&gt;&lt;P&gt;Now I want, that it displays an information while executing, if one of the clients doesn't exist.&lt;/P&gt;&lt;P&gt;The only way I found to display a message while executing the workflow is through an error.&lt;/P&gt;&lt;P&gt;Is there any other way to do it? I want&amp;nbsp;the workflow to run&amp;nbsp;successfully, even if one client doesn't exist.&lt;/P&gt;&lt;P&gt;I'm running WFA 4.0 on Linux.&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:04:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126393#M22694</guid>
      <dc:creator>paeddy</dc:creator>
      <dc:date>2025-06-04T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display information during Workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126394#M22695</link>
      <description>&lt;P&gt;Warning, I'm more of a powershell guy than Perl. However, checkout the "Initialize or Update Storage Virtual Machine SnapMirror" command. They have an example in there on how to post to the log, and just use the info flag instead of warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my $wfa_util = WFAUtil-&amp;gt;new();&lt;BR /&gt;$wfa_util-&amp;gt;sendLog('INFO', 'Connecting to cluster: ' . $DestinationCluster);&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:13:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126394#M22695</guid>
      <dc:creator>coreywanless</dc:creator>
      <dc:date>2016-12-19T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display information during Workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126396#M22696</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Powershell you can use the Get-WFALogger cmdlet ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this response has been helpful to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At your service,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eugene E. Kashpureff, Sr.&lt;BR /&gt;Independent NetApp Consultant &lt;A href="http://www.linkedin.com/in/eugenekashpureff" target="_blank"&gt;http://www.linkedin.com/in/eugenekashpureff&lt;/A&gt;&lt;BR /&gt;Senior NetApp Instructor, FastLane US &lt;A href="http://www.fastlaneus.com/" target="_blank"&gt;http://www.fastlaneus.com/&lt;/A&gt;&lt;BR /&gt;(P.S. I appreciate 'kudos' on any helpful posts.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:23:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126396#M22696</guid>
      <dc:creator>ekashpureff</dc:creator>
      <dc:date>2016-12-19T14:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display information during Workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126397#M22697</link>
      <description>&lt;P&gt;You could log from commands as shown in examples below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Powershell&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-WFALogger -Info -message &lt;SPAN class="q"&gt;"Creating volume"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;In Perl&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" cellspacing="0" cellpadding="4"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;my wfa_util = WFAUtil-&amp;gt;new();
eval {
$wfa_util-&amp;gt;sendLog('INFO', "Connecting to the
cluster: $DestinationCluster");
}&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These messages are visible by clicking on the (i) icon on each step. These messages are also available through REST api&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/6562i623D54C94BCF8BD2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="execution-log.png" title="execution-log.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 14:26:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126397#M22697</guid>
      <dc:creator>paragp</dc:creator>
      <dc:date>2016-12-19T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display information during Workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126401#M22698</link>
      <description>&lt;P&gt;Simon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also set the "Advanced" option on the workflow command to continue at the next step in the workflow on an error. &amp;nbsp;This way you can throw the Error to the WFA screen, and the workflow will continue. &amp;nbsp;Before this feature was available I used a command to throw the error at the end of the workflow and made the text say WARNING. &amp;nbsp;So I think you have multiple options for this. &amp;nbsp;Take a look at the advanced tab. &amp;nbsp;You may want to ensure that your checks are in there own command, so that you can stop the workflow on a legitimate error as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 19:19:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126401#M22698</guid>
      <dc:creator>geringer</dc:creator>
      <dc:date>2016-12-19T19:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display information during Workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126411#M22700</link>
      <description>&lt;P&gt;Ahh I didn't know that you can see the messages there, thank you!&lt;/P&gt;&lt;P&gt;I'll check which is the most convenient option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:27:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126411#M22700</guid>
      <dc:creator>paeddy</dc:creator>
      <dc:date>2016-12-20T07:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display information during Workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126412#M22701</link>
      <description>&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;I also thought about throwing an error at the end, but thought it was too complicated for such a simple task.&lt;/P&gt;&lt;P&gt;I didn't think about the option to continue after an error though.&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;I'll check which is the most convenient option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 07:29:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Display-information-during-Workflow/m-p/126412#M22701</guid>
      <dc:creator>paeddy</dc:creator>
      <dc:date>2016-12-20T07:29:56Z</dc:date>
    </item>
  </channel>
</rss>

