隐式跳转到下一个工作流步骤

按照工作流定义中显示的顺序执行工作流的步骤。

深入探索

如需查看包含此代码示例的详细文档,请参阅以下内容:

代码示例

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

后续步骤

如需搜索和过滤其他 Google Cloud 产品的代码示例,请参阅 Google Cloud 示例浏览器