camunda/camunda-modeler

Remove error for "duplicate" execution listeners

barmac opened this issue · 1 comments

What should we do?

In 8.7, the validation for execution listeners of identical type and eventType is lifted as defined in camunda/camunda#23968
In that case, the error does not serve the purpose of preventing deployment rejections anymore, so we can remove it.

To consider: Display a warning when duplicates are detected as it does not seem to be intentional.

Why should we do it?

Follow-up of camunda/camunda#23968

Moving this to backlog as the error is still helpful. There's no use case for duplicate listeners.