Active IQ Unified Manager Discussions

public var strings used in a loop

francoisbnc
3,315 Views

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


1 ACCEPTED SOLUTION

paragp
3,315 Views

Unfortunately in/out parameters are not supported. Instead you could create a volume filter that returns only volumes that have used space > 80%.

View solution in original post

3 REPLIES 3

paragp
3,315 Views

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.


francoisbnc
3,315 Views

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

paragp
3,316 Views

Unfortunately in/out parameters are not supported. Instead you could create a volume filter that returns only volumes that have used space > 80%.

Public