After a vRO upgrade from 7.0.1 to 7.2, some of our workflows have been failing intermittently. Our workflows are designed to make multiple use of the canned VMware workflow: Get virtual machines by name
I would estimate that less than 1% of time we get a failure on that workflow, and this is the type of error we see in the logs when it happens.
[2017-02-27 18:09:53.462] [E] Error in (Workflow:Get vCenter entities by properties / pc.retrievePropertiesEx (item1)#10) java.net.SocketTimeoutException: Read timed out
I am working around the issue, by having our workflow retry the problematic workflow when it errors out, but wondering if anyone else has noticed this in their environments.