You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
While
--schedule-workflow-active
andScheduleWorkflowActive
allowTUE:13:00-17:00,WED:13:00-17:00,THU:13:00-17:00
andTUE: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: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.The text was updated successfully, but these errors were encountered: