camunda / element-templates-json-schema

JSON Schema for (Camunda) Element Templates
10 stars 7 forks source link

fix(condition): correctly apply `allOf` condition #135

Closed marstamm closed 9 months ago

marstamm commented 9 months ago

closes https://github.com/camunda/element-templates-json-schema/issues/133

marstamm commented 9 months ago

I just found out that all choices with conditions always fail as well. I added testcases to the branch.

We should revert this Feature until we are sure it works as intended.