Slide 10
Slide 10 text
Deploy, execute, manage workflows
# Deploy a workflow
gcloud workflows deploy my-workflow --source=workflow.yaml
# Execute a workflow
gcloud workflows execute my-workflow
# See the result
gcloud workflows executions
describe
--workflow my-workflow