While --schedule-workflow-active and ScheduleWorkflowActive allow TUE:13:00-17:00,WED:13:00-17:00,THU:13:00-17:00 and TUE:13:00-17:00,WED:1:00-7:00,WED:13:00-17:00,THU:13:00-17:00, it still requires that definition of time of day, meaning for say limiting it to just the weekend, we are required to enter SAT:00:00-23:59,SUN:00:00-23:59 which raises the question, what happens during that one minute from 23:59 to 00:00 (I assume those times are inclusive, so 23:59 would actually include 23:59:59 .9 recurring, but I haven't checked the code).
Either way it would be nicer, simpler if the :hour:minute-hour:minute were optional, allowing setting just the day to mean the full day. i.e. SAT,SUN would allow all weekend.
While
--schedule-workflow-activeandScheduleWorkflowActiveallowTUE:13:00-17:00,WED:13:00-17:00,THU:13:00-17:00andTUE:13:00-17:00,WED:1:00-7:00,WED:13:00-17:00,THU:13:00-17:00, it still requires that definition of time of day, meaning for say limiting it to just the weekend, we are required to enterSAT:00:00-23:59,SUN:00:00-23:59which raises the question, what happens during that one minute from 23:59 to 00:00 (I assume those times are inclusive, so 23:59 would actually include 23:59:59 .9 recurring, but I haven't checked the code).Either way it would be nicer, simpler if the
:hour:minute-hour:minutewere optional, allowing setting just the day to mean the full day. i.e.SAT,SUNwould allow all weekend.