Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
I created a custom command that set some options on volume, this command is used via workflow loop.
Is there a way to use an external public var for example summarize in a string list and with certified command send email of the volumes modified.
Help appreciated, thank you in advance
francois
Solved! See The Solution
Unfortunately in/out parameters are not supported. Instead you could create a volume filter that returns only volumes that have used space > 80%.
Francois, You could use a loop variable to form your String of modified volumes, and then use this variable as input to the Send Email Command.
Thanks and if I would add only objets that have been modified by custom command.
For example resize volumes if used space > 80% and send email of all volumes resized, not all volumes in the loop.
Can I use a private in/out var there.
francois
Unfortunately in/out parameters are not supported. Instead you could create a volume filter that returns only volumes that have used space > 80%.