hello,
I have VCAC 6.0.1 integrated with vCloud director 5.5 and vCenter Orchestrator 5.5. I'm trying to create a blueprint that will provision a vApp, then once the vApp is provisioned go to vco to run the workflow that will customize the vApp. I have an external vCenter Orchestrator entered in as an endpoint, the vcac 6 plug-in has been entered into vco 5.5. I’ve installed the vco customization and I’ve run the “Assign a state change workflow to a blueprint and its virtual machine” workflow. The blueprint that I’ve run the state change on, has the updated custom properties for the workflow and the state change, along with the wfStubs in the actions tab. When I submit a request using that specific blueprint, the vApp gets provisioned and as vcac shifts over to vco to run the workflow I see the errors within my vco client for the specific workflow stating “Cannot call method "getVappNetworkConfigurations" of null (Workflow:vcacVappProvisioning / getVapp” (getVapp is the scriptable task that I use to retrieve the external IP address of the vApp) Which is what I’m trying to retrieve from the provisioned vApp to pass to the workflow elements in my workflow. How can I find out what out parameters and/or attributes are present once the vApp has been configured?