basic.flow
Home
/
az-examples /
flow20-projects /
basic.flow
---
config:
failure.emails: noreply@foo.com
nodes:
- name: jobC
type: noop
# jobC depends on jobA and jobB
dependsOn:
- jobA
- jobB
- name: jobA
type: command
config:
command: echo "This is an echoed text."
- name: jobB
type: command
config:
command: pwd