camunda/camunda-bpmn-moddle

Task priority is of type Integer instead of type String

meyerdan opened this issue · 1 comments

The task priority is currently defined as integer.
It should be defined as String since it can be an expression.

https://docs.camunda.org/manual/7.4/reference/bpmn20/custom-extensions/extension-attributes/#priority

we shall fix this before releasing PP07 right?

bpmn-io/bpmn-js-properties-panel#176