Calling or invoking a Google Cloud service such as Cloud Run functions
or Cloud Run from Workflows is done through an HTTP
request. The most common HTTP request methods have a call shortcut (such as
http.get
and http.post), but you can make
any type of HTTP request by setting the call field to http.request and
specifying the type of request using the method field. For
more information, see