Hey Sean. This workflow works perfectly. I'm attempting to bring it into vRA as a VM resource action with the VM as the input. I am fetching the vCACCAFE:CatalogResource object with
catalogResourceMachine = vCACCAFEEntitiesFinder.findCatalogResources(host, vm.name)[0];
that returns the catalog item properly but i don't see any operations on the item. If i just manually put the CatalogResource in the workflow attribute and run it i see all the operations. Any thoughts?