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

Admin user can add user - but still 422 response code is returned #5880

Open smunteankestra opened 1 week ago

smunteankestra commented 1 week ago

Describe the issue

User can't set a label https://github.com/user-attachments/assets/84bcdb41-f076-416f-ae52-0f235d1b2019

Environment

MilosPaunovic commented 1 week ago

This might be related to the BE itself - when I try to edit labels from the UI, when there is system.correlationId label present, when I pass the entire labels array to the endpoint /executions/ID/labels, it returns this error.

image

Is that expected behavior @loicmathieu or do we need to change the endpoint for setting labels?