[ Web Proxy ]
URL:
Viewing: https://cloud.google.com/workflows/docs/reference/googleapis [Back]  [Original]

Connectors reference  |  Workflows  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

Connectors reference Stay organized with collections Save and categorize content based on your preferences.

Workflows publishes connectors that make it easier to access other Google Cloud products within a workflow. This document details the correct Workflows syntax for the available connectors.

For workflow samples that demonstrate how to use a connector, see each connector's overview page.

To learn more about authentication, and behavior during retries and long-running operations, see Understand connectors.

Invoke a connector call

Similar to invoking an HTTP endpoint, a connector call requires call and args fields. You can specify a timeout value and polling policy using the connector_params block:

- STEP_NAME:
    call: CONNECTOR
    args:
        ARG: ARG_VALUE
        [...]
        body:
            KEY:KEY_VALUE
            [...]
        connector_params:
            timeout: TIMEOUT_IN_SECONDS
            polling_policy:
                initial_delay: INITIAL_DELAY_IN_SECONDS
                multiplier: MULTIPLIER_VALUE
                max_delay: MAX_DELAY_IN_SECONDS
            skip_polling: SKIP_POLLING_SWITCH 
            scopes:  OAUTH2_SCOPE 
    result: RESPONSE_VALUE

Replace the following:

List of supported connectors

Google Cloud product Connector Long-running operation type
AI Platform Training ml Job
Application Integration integrations None
Batch batch
Job
Operation
BigQuery bigquery Job
BigQuery Data Transfer Service bigquerydatatransfer TransferRun
Cloud Build cloudbuild Operation
Cloud Run functions cloudfunctions Operation
Cloud Natural Language API language None
Cloud Run run None
Cloud Scheduler cloudscheduler None
Cloud SQL sqladmin Operation
Cloud Storage storage None
Cloud Tasks cloudtasks None
Cloud Translation translate Operation
Compute Engine compute Operation
Dataflow dataflow Job
Document AI documentai
Operation
Processor
Firestore firestore Operation
Google Forms forms None
Google Kubernetes Engine container Operation
Google Sheets sheets None
Kubernetes API (control plane) gke None
Pub/Sub pubsub None
Resource Manager cloudresourcemanager None
Secret Manager secretmanager None
Spanner spanner Operation
Storage Transfer Service storagetransfer Operation
Transcoder API transcoder Job
Vertex AI aiplatform (Vertex AI)
Artifact
Execution
Job
Operation
Pipeline
Schedule
Study
Trial
Workflows workflows
workflowexecutions
Operation
Execution
Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-11 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-11 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page