I am trying to use some tasks from the vCenter library and the vCloud Director library but they have different variable types:
Specifically I have a work flow that instantiates a vapp based upon todays date, after it instantiates I would like to run a program in each vm guest.
The vCloud Director task "Instantiate a vApp" has an out parameter "vappOut" of type "vCloud:VApp" but getAllVMsofVApp has an input parameter of "vapp" of type "VC:VirtualApp"