camunda / zeebe-bpmn-moddle

Zeebe moddle extensions for BPMN 2.0
MIT License
14 stars 7 forks source link

Add `FormDefinition#formId` Property #48

Closed philippfromme closed 10 months ago

philippfromme commented 11 months ago

The optional formId property will be used to distinguish between embedded and linked forms.

Example XML:

<bpmn:startEvent id="StartEvent_1">
  <bpmn:extensionElements>
    <zeebe:formDefinition formId="MY_FORM" />
  </bpmn:extensionElements>
</bpmn:startEvent>

Required by https://github.com/bpmn-io/bpmn-js-properties-panel/issues/949 Product Hub Issue: https://github.com/camunda/product-hub/issues/419