Hello
I've a workflow that change VM memory, but I need to know if this workflow finish well to run another workflow.
//Auto generated script, cannot be modified !
actionResult = System.getModule("com.vmware.library.vc.vm").changeVMRAM(vm,memory) ;
The variable actionResult is a VcTask object.
Regards