Hello folks, in a CCX, I'm using the calendar step to handle the calls according to a schedule that varies on each day.
I need to perform special actions during the last n minutes before the shift ends. Is there a way to determine whether we are in the n-minute-left interval or not? A calculation like: shift_end_time - current_time?