Implicitly step to the next workflow step

Executes the steps of a workflow in the order that they appear in the workflow definition.

Explore further

For detailed documentation that includes this code sample, see the following:

Code sample

YAML

- first_step:
    call: http.get
    args:
      url: https://www.example.com/callA
- second_step:
    call: http.get
    args:
      url: https://www.example.com/callB
- third_step:
    call: http.get
    args:
      url: https://www.example.com/callC

What's next

To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser.