I have a GCP Workflows accessing an API served on a GCP Compute Instance using the public IP and it is working fine.
Now I want to use the same Workflows but accessing by private IP and I get a ConnectionError.
Is there any limitation of the GCP Workflows to access by private IP to the GCP Compute Instance?