bpmn-io / bpmn-js-element-templates

The element template extension for bpmn-js
MIT License
5 stars 3 forks source link

feat: add `zeebe:taskDefinition` binding #29

Closed barmac closed 1 year ago

barmac commented 1 year ago

This allows to template any properties of zeebe:taskDefinition, including both currently supported type and retries.

Related to https://github.com/camunda/camunda-modeler/issues/2936

Requires https://github.com/bpmn-io/element-templates-validator/pull/26

barmac commented 1 year ago

This is now ready for review.