Symptoms:
VMware vRealize Automation 8.x
VMware Aria Automation 8.x
Users cannot trigger two out-of-the-box, deployment-level Day-2 actions at the same time. For example, if a deployment creation is in progress, other Day-2 operations are blocked during this period.
Even when a deployment reaches the "Deployment Completed" state, the underlying request may still be in progress at the deployment level. Therefore, any additional Day-2 actions, such as "Change Owner", must be deferred until the initial request is fully completed.
Users should implement an asynchronous flow that waits for the deployment request to finish before initiating further actions.
A resolution for this issue is scheduled to be included in the Aria Automation 8.11.2 release. This will include changes to the deployment service api to allow for synchronous submission of requests. These changes will be outlined in the Aria Automation swagger API documentation.
Workaround:
The workaround in the interim is to submit the requests asynchronously.