UNPKG

processus

Version:
15 lines (14 loc) 352 B
--- name: ex2 description: A example of 2 tasks in series. tasks: say hello: blocking: true handler: "../taskhandlers/execHandler" parameters: cmd: "echo 'hello, world'" say hello again: blocking: true handler: "../taskhandlers/execHandler" parameters: cmd: "echo 'hello, world again'"