Skip to content

swfz/cloud-workflows-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-workflows-samples

ファイル

  • sample.workflow.yml

とりあえずAPIを叩いてみるためのサンプル

  • argument.workflow.yml

ランタイム引数を扱うサンプル

run時に--data={"first_name":"piyo"}というように引数を渡す

  • now.workflow.yml

sys.now

  • log-output.workflow.yml

ログ出力

  • subworkflow.workflow.yml

サブワークフロー

  • iterate-sum.workflow.yml

偶数のみ足し上げて計算結果を返す

  • exception-single.workflow.yml

tryを用いた例外のキャッチ

  • exception-multi.workflow.yml

複数ステップをまたいだ例外処理のキャッチ

デプロイ、実行(例)

gcloud workflows deploy sample --source=sample.workflow.yml
gcloud workflows run sample --data='{"since":"2021-03-24"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors