-
Controlling the order of execution in a workflow
How to use jumps to control the order in which a workflow's steps run.
-
Creating and using a subworkflow
How to create a subworkflow and use it to simplify a workflow's definition. Subworkflows are similar to functions or routines in other programming languages, allowing you to encapsulate part of your workflow and run it multiple times.
-
Creating and updating a workflow
How to create a workflow and update an existing workflow.
-
Executing a workflow
How to execute a workflow.
-
Scheduling a workflow using Cloud Scheduler
How to schedule a workflow to run at a specific interval using Cloud Scheduler.
-
Sending logs to Cloud Logging
How to send logs to Cloud Logging from Workflows.
-
Passing arguments in an execution request
How to pass runtime arguments in an execution request.
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.