0005 - Workflow YAML convention¶
Overview¶
This introduce some basic conventions to write yaml on Cloud Workflow
This intergrate by following examples from Google CLoud Platform has been published at [^1]
Conventions¶
File format is yaml¶
The Google prefer the .yaml
name with manifest types, Cloud Workflows is the same trend.
Yaml Convention¶
For steps name, using camelCase
. Example: init
, createQueries
, pushMetadata