I'm running into a problem with launching workflows from a custom webview since moving from vCO 4.2.1 to vCO 5.1. When launching a workflow and selecting an object (host, network, datastore, etc.), the selected item changes to "Not found". I'm able to select using either a requestor (treeview or list) or by typing part of the name and selecting from the pop-up list.
For my test case as pictured above, I deployed a new vCO 5.1 appliance (configured vCO and installed vCenter plugin only) and a new webview from the default template. The only modification I made to the template is adding the following link to default.html within the vco tag.
<a jwcid="@vco:WorkflowLink" workflow="newVm" isDialog="true">New VM</a>
The webview attribute "newVm" is of type workflow and refers to the library workflow "Create simple virtual machine". I logged into the webview using an ID that is a vCO admin. The above screenshot is after launching the workflow and selecting a host for the "Host on which to create..." field. The really strange thing is that this problem does not occur when using the Web Operator webview! The attached server.log section spans the time from login to the webview to just after the problem appears. Any ideas as to why this would be happening?