Hey Guys,
I have one question. I want to use the following scriptable task:
System.getModule("com.vmware.library.vc.basic").cloneVM(vm,folder,"Clone_"+vm.name,"false","false",datastore,host,pool,"true")
The workflow is working, when I select the values while running the workflow. But I want to have the fat values hardcoded into this string above. How can I for example set the folder value to "archive" in this string?
Thanks in advance.
Chris