--- graph: mygraph resources: exec: - name: exec1 cmd: sleep 10s shell: '' timeout: 0 watchcmd: '' watchshell: '' ifcmd: 'true' ifshell: '' pollint: 0 state: present - name: exec2 cmd: sleep 10s shell: '' timeout: 0 watchcmd: '' watchshell: '' ifcmd: 'true' ifshell: '' pollint: 0 state: present edges: - name: e1 from: kind: exec name: exec1 to: kind: exec name: exec2