kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
13.32k stars 1.16k forks source link

Time type issue for Flow Trigger timeWindow `DAILY_TIME_WINDOW` #6158

Closed Ben8t closed 48 minutes ago

Ben8t commented 3 hours ago

Describe the issue

It's not clear what time type is expeced in startTime and endTime props within the DAILY_TIME_WINDOW sla type 🤔

As per the warning it expect RFC3339 time type, but doing so raise an error in flow definition

Screenshot 2024-11-28 at 10 27 20

Screenshot 2024-11-28 at 10 27 36

related to https://github.com/kestra-io/kestra/issues/6156

Environment

anna-geller commented 2 hours ago

can you try with timezone offset? if it works, let's clarify in plugin docs and close 👍

loicmathieu commented 1 hour ago

Yes, it's offset like for deadline.

anna-geller commented 48 minutes ago

added https://github.com/kestra-io/kestra/commit/8d12451f2fbc47686f02047c9d68d265e5efc9e1