Hello,
I've got a workflow that calls com.vmware.library.vcaccafe.request.requestCatalogItem to create a Request on a Catalog item that creates a VM. I use the Wait for catalog Item workflow to wait for the process to complete. At the end, all I have is a Success message. How can I get a reference to the actual VM vCAC:VirtualMachine that was created by the request? I'd like to add additional workflows to this provisioning chain but I need the reference to the created VM in order to do so.
Thanks