Stay organized with collections
Save and categorize content based on your preferences.
The Workflows connector defines the built-in
functions that can be used to access other Google Cloud products within a
workflow.
This page provides an overview of the individual connector.
There is no need to import or load connector libraries in a workflow—connectors
work out of the box when used in a call step.
You can use the helper method run to launch a workflow execution. This is
simpler than using the create API as it doesn't require workflow arguments in a
JSON string format.
To learn more, see the run documentation.
Returns a list of executions which belong to the workflow with the given
name. The method returns executions of all workflow revisions. Returned
executions are ordered by their start time (newest first).
Starts a workflow execution and waits for it to finish. This provides
a simpler interface to launch a workflow execution than the create() method.
Note that run() calls create() to start a new execution, and optionally
accepts execution parameters defined in the YAML source code as either integer,
float, bool, string, list, or map data types.
Returns a list of executions which belong to the workflow with the given
name. The method returns executions of all workflow revisions. Returned
executions are ordered by their start time (newest first).
Starts a workflow execution and waits for it to finish. This provides
a simpler interface to launch a workflow execution than the create() method.
Note that run() calls create() to start a new execution, and optionally
accepts execution parameters defined in the YAML source code as either integer,
float, bool, string, list, or map data types.
[[["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 2025-02-20 UTC."],[],[]]