zeebe-io / zeebe-modeler

Desktop Application for modeling Zeebe Workflows with BPMN
MIT License
221 stars 49 forks source link

Process ID of a Pool can not be seen/edited #278

Closed falko closed 3 years ago

falko commented 3 years ago

Describe the Bug

The id of a process inside a pool can be neither seen nor edited in the properties panel. This might be a blocker for users because without the process id they can not start process instances. The only workaround is working with the XML, in which searching is uncomfortable and editing is error-prone.

Steps to Reproduce

  1. Create a new BPMN model
  2. Create a pool by dragging it from the palette onto the canvas
  3. The process id can no longer be seen/edited. Selecting the pool shows only the properties of the participant visualized by the pool. Selecting the canvas shows only the properties of the collaboration.

image

Expected Behavior

There is always a way to edit the process id.

In Camunda Modeler, selecting the pool also shows the properties of its process, which might also not be the best UX approach.

image

Environment

MaxTru commented 3 years ago

Thanks for reporting. I can reproduce it. This indeed can be a blocker.

andreasgeier commented 3 years ago

This issue is related: https://github.com/camunda/camunda-modeler/issues/1738

nikku commented 3 years ago

Closed via https://github.com/zeebe-io/zeebe-modeler/issues/284.