hello_world_flow.flow
Home
/
azkaban-exec-server /
src /
test /
resources /
hello_world_flow.flow
nodes:
- name: n1
type: command
config:
command: echo "Hello World."
- name: n2
dependsOn:
- n1
type: command
config:
command: echo "This is the second job."