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

Re: Scripting api defect or bug in the code?

$
0
0

Yes, output parameters are accessible in attributesStack property, which contains attributes + inputs + outputs.

 

Some sample code showing to iterate over them:

 

var attStack = workflow.attributesStack;
for (var i in attStack) {  var elem = attStack[i];  for (var j in elem) {     var att = elem[j];     System.log(" name " + att.name);     System.log(" type " + att.type);     System.log(" value " + att.value);  }
}

Viewing all articles
Browse latest Browse all 183620

Trending Articles



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