Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately in/out parameters are not supported. Instead you could create a volume filter that returns only volumes that have used space > 80%.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately in/out parameters are not supported. Instead you could create a volume filter that returns only volumes that have used space > 80%.
