Symptoms:
<Timestamp> ERROR Error in (Workflow:Move virtual machines to folder / Move to folder (item0)#1) The object 'vim.VirtualMachine:vm-xxx' has already been deleted or has not been completely created
Aria Automation Orchestrator 8.x
There are different causes for this behaviour:
For an issue where the provided folder does not contain the referred VM, please review the input variables. In case an Automation is using getAllVmFolders then please note that this API call returns an Array of VM folders matching the query used.
If the vSphere plugin is configured for multiple vCenter then all vCenter's will be queried, and if the same folder exists in different locations the first result may therefor not be the correct folder.
To resolve the issue please iterate through the returned array and identify the correct folder required.