Get started with a collection of templates built by the community and the team at Doflow.
Executes the steps of a workflow in the order that they appear in the workflow definition.
Runs a batch translation using the Cloud Translation connector.
Workflows connector that defines the built-in function used to access Cloud Functions within a workflow.
Workflows connector that defines the built-in function used to access Cloud SQL Admin within a workflow.
Workflows connector that defines the built-in function used to access Workflows definitions.
Calls the Compute Engine API connector to create a Compute Engine VM instance based on specifications collected through Google Forms.
Workflows connector that defines the built-in function used to access Cloud Resource Manager within a workflow.
Workflows connector that defines the built-in function used to access BigQuery Data Transfer within a workflow.
Workflows connector that defines the built-in function used to access Secret Manager within a workflow.
Workflows connector that defines the built-in function used to access Cloud Tasks within a workflow.
Executes parallel branches concurrently, with the steps in each branch executing sequentially.
Uses an expression to assign the value of a variable previously defined.
Makes an HTTP request using OIDC by adding an auth section to the args section of the workflow's definition, after specifying the URL.
Defines a few lists.
Workflows connector that defines the built-in function used to access Cloud Natural Language within a workflow.
Workflows connector that defines the built-in function used to access Cloud Scheduler within a workflow.
Makes an authenticated request within a workflow, using OAuth 2.0 to stop a Compute Engine instance.
Workflows connector that defines the built-in function used to access Application Integration within a workflow.
Workflows connector that defines the built-in function used to access Cloud Build within a workflow.
Use Workflows to execute a Cloud Run job as part of a workflow that processes event data saved in Cloud Storage.
Validates translation requests by supporting a callback endpoint that waits for HTTP requests to arrive at that endpoint, resuming the execution of the workflow at a later point in time.
Create a GKE cluster using the Kubernetes Engine API connector, and create a Kubernetes deployment and service using the Kubernetes API connector.
Run a workflow that executes other workflows in parallel.
Executes a workflow that has multiple and different sets of steps at the same time by placing them in parallel branches.
Demonstrates how any variable created in a loop does not exist outside of that loop.
Demonstrates the scope of a shared variable, as well as variables that are local to their respective branch scopes.
Uses a switch structure to directly execute steps when a condition is met, without jumping to other steps.
Workflows connector that defines the built-in function used to access Cloud Translation within a workflow.
Workflows connector that defines the built-in function used to access BigQuery within a workflow.
Workflows connector that defines the built-in function used to access Storage Transfer Service within a workflow.
Makes an authenticated request within a workflow, using OAuth 2.0 to write to Firestore.
Workflows connector that defines the built-in function used to access Transcoder within a workflow.
Makes an HTTP POST request to the Cloud Translation API to translate text from English to Russian.
Stores callback details in a Firestore database, halts execution, and then waits for specific events to occur.
Workflows connector that defines the built-in function used to access Dataflow within a workflow.
Workflows connector that defines the built-in function used to access Document AI within a workflow.
Makes an authenticated request within a workflow, using OpenID Connect (OIDC) to connect with Cloud Run.
Defines a map (dictionary) that can hold a user-defined structure of variables or lists.
Passes the current day of the week as a search term to the Wikipedia API. A list of related Wikipedia articles is returned.
Makes a POST request to an external HTTP endpoint.
Workflows connector that defines the built-in function used to access Batch within a workflow.
Creates and adds a large number of tasks to the Cloud Tasks queue to execute a child workflow.
Assigns string and number values to variables. Variable assignments are executed sequentially.
Writes to Firestore using a Workflows connector.
Implements a simple subworkflow that is defined after the main workflow definition.
Workflows connector that defines the built-in function used to access Cloud Spanner within a workflow.
Workflows connector that defines the built-in function used to access Cloud Storage within a workflow.
Makes an HTTP GET request with a custom header.
Workflows connector that defines the built-in function used to access Workflows executions.
Workflows connector that defines the built-in function used to access VertexAI (AI Platform) within a workflow.
Uses the next: command to explicitly define the sequence of workflow steps and executes steps in a different order than they appear in the workflow definition.
Workflows connector that defines the built-in function used to access Cloud Run within a workflow.
Workflows connector that defines the built-in function used to access Compute Engine within a workflow.
Uses a for loop in the workflow to invoke a child workflow, iteratively.
Workflows connector that defines the built-in function used to access a Kubernetes Engine container-based application within a workflow.
Uses range-based iteration.
Accesses runtime arguments passed to the workflow as part of the execution request and declared as a parameter of the main workflow.