--- - name: "Say hello" neurons: - Say: "Bonjour monsieur" when: - order: "dis bonjour" - name: "Run a simple script" neurons: - script: /some/local/script.sh --some-arguments 1234 - say: "Script launched sir" when: - order: "Run script" - name: "Say local date" neurons: - systemdate when: - order: "What time is it?"