Hello!
In our vRO we have a workflow that builds our standard 2012 servers, in this workflow the user can select which Datastore, Network, Host etc on which to place the resulting VM. Now i'd like to be able to start this workflow from Powershell using the vRO API, i've managed to get some parts of it working by using what i learned from reading this guide: http://www.vcoteam.info/articles/learn-vco/297-how-to-use-powershell-to-start-an-orchestrator-workflow-2.html but since it only touches on using String properties i'm now stuck on how to define the inventory(?) properties like VC:HostSystem.
Is it possible to define attributes like VC:Datastore, VC:HostSystem etc via Powershell/XML/json and then start a workflow? If so i'd love some examples.
Thanks in advance.