Scheduled Action Execution Schedule
data class ScheduledActionExecutionSchedule(val till: Instant, val timestamp: Instant = Instant.now()) : ActionExecutionSchedule
Run at the given time in the future
Run at the given time in the future