암시적으로 다음 워크플로 단계로 이동

워크플로 정의에 표시되는 순서대로 워크플로 단계를 실행합니다.

더 살펴보기

이 코드 샘플이 포함된 자세한 문서는 다음을 참조하세요.

코드 샘플

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 샘플 브라우저를 참조하세요.