TASK_CREATE Worker – “Due On” Datetime Support¶
The TASK_CREATE worker now supports datetime values in the “due on” input field within Workflows. This allows tasks to be scheduled with precise date and time, improving accuracy for time-sensitive workflows. Previously, only date-only values were accepted.
Key Points¶
- Accepts full ISO datetime format:
YYYY-MM-DDTHH:MM:SSZ. - Maintains backward compatibility with date-only inputs.
- Ensures consistent task scheduling across Workflows.
- Enables better integration with time-based triggers or dependent tasks.