YAML examples for Sleep
Sleep with trigger time
yaml- action: "Sleep well, darling" type: "SLEEP" trigger_time: "ON_EVERY_EXECUTION" sleep_in_sec: 600
Simple sleep
yaml- action: "Wait 30 seconds" type: "SLEEP" sleep_in_sec: 30
yaml- action: "Sleep well, darling" type: "SLEEP" trigger_time: "ON_EVERY_EXECUTION" sleep_in_sec: 600
yaml- action: "Wait 30 seconds" type: "SLEEP" sleep_in_sec: 30