Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 49146

Re: Passing workflow attribute to sub workflow?

$
0
0

In the scripting code of getAllClustersInDC, on line 24 you have the following assignment:

 

cluster = clusterfound;

 

Here, cluster is of type string, but clusterfound is of type ClusterComputeResource.

 

Could you try to change this line to something like:

 

cluster = clusterfound.name;

Viewing all articles
Browse latest Browse all 49146

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>