bpmn-io / bpmn-js-properties-panel

A properties panel for bpmn-js.
MIT License
293 stars 196 forks source link

Use Input and Output Entries for Connectors #497

Open philippfromme opened 2 years ago

philippfromme commented 2 years ago

Inputs and outputs for connectors currently use custom entries:

image

We could reuse the existing input and output groups for connectors as well:

image


Follow-up to https://github.com/bpmn-io/bpmn-properties-panel/issues/147.

barmac commented 2 years ago

Current state is exactly what we had in the old properties panel. I believe it's not required to consider the migration as "done".

image