I am currently working with orchestrator v5.5.2 and have a workflow that does the following:
1.workflow: "clone Linux with single NIC(stay powered off)
2. Workflow: "Change RAM"
3. workflow: "add Disk"
4. Action: "Change VMvCPU"
5. wait for task
6. power on.
I am having an issue with the " add disk" operation I would like to be able to modify the existing disk on the vm but when using the index "0" I get the following error:
"Task 'ReconfigVM_Task' error: Invalid configuration for device '0'. (Dynamic Script Module name : vim3WaitTaskEnd#20)"
It will not allow me to modify the disk space, however if I change the index to "1" it will add a new disk with no issues. the machine is powered off while doing this.
should I be using a different workflow or action to change the disk space?