I am working a web view to allow users to manage Vms. The Vms for a user are named after the user in a format similar to jdoe-1, jdoe-2, etc. The web view should list the Vms for the signed on user, allow the user to power on / off one of the Vms in the list, delete one of the Vms, and create a new Vm. I've created a web view that has a workflow for creating the view that works correctly. I've also been able to list the Vms for the signed on user using the vco:ListPane. When the user clicks on a Vm in the list, details about the Vm are displayed in a panel to the right. I can't seem to find any useful documentation on putting a workflow link or other kind of link in the detail panel to trigger the power on / off and delete actions. How do I pass the selected Vm back from that panel to the workflow to be triggered? Is there any additional documentation about web view development besides what is located in this document vSphere 5.5 Documentation Center ? Am I even using the right tool to accomplish this? I've seen references to Perspectives and WaveMaker but the references all seem to be several years old. Are either of those products still viable? Will they work with vCO 5.5?
I'm very excited about the possibilities of vCO but am very underwhelmed by the available documentation / support. Any assistance would be greatly appreciated!!