I have a workflow that I want to change from a filter/finder to a sql query and so that the person can choose from a list of aggregates to place a volume in. I found sample sql queries for doing just that in the community and I tweaked it a little to represent what I wanted and that works fine when I run the workflow. However, in the volume command I am not sure what to do. I put in a variable name called $AggregateName in the aggregate field and a corresponding return parameter (volume.aggregate.name) in setup and does not work. I ran the workflow in preview and I get this error.
Found value '$AggregateName' - expected object reference of type 'cm_storage.Aggregate'
At command 'Research -- Create volume', tab 'Volume', variable 'volume', property 'aggregate'
How do I get the information from the sql query and the aggregate selected in workflow to the aggregate property in the volume command.
The volume command has cm.storage.volume as the type and the attribute is aggregate.name
I cloned the Create volume certified command and called it Research -- Create volume.