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.1k stars 1.15k forks source link

Restore serialization as ISO string on duration #6021

Open tchiotludo opened 1 day ago

tchiotludo commented 1 day ago

a bug change the serialization of the state duration:

THe fix is not the good one, since it's a breaking change, the api don't return the good type (now a number instead of an ISO duration).

We need to revert this and backport to 0.19.X and find another bug fix