How can I display the label of the bpmn:Task
component outside the icon, similar to bpmn:StartEvent
, with the label being editable and able to save its position after being moved, just like the label of bpmn:StartEvent
?
Thankyou so much!
The task has an internal label, rendered as part of the task shape. The start event has an external label, created explicitly, and rendered as a separate shape. In different places in the code base, from import to modeling operations, we handle that difference appropriately.
At this time what has an internal and what has an external label is hard coded, you’d need to change that config + the rendering of task labels.
1 Like