job "hello-orca" { } task "greet" { command = "/bin/echo" args = ["hello", "from", "orca"] }