Nico Rehwaldt
Nico Rehwaldt
This did not get consensus, I move it back to `backlog`.
I guess a contribution is welcome to add such extension point. I updated the issue description to link our [plugin-helpers](https://github.com/camunda/camunda-modeler-plugin-helpers/blob/main/index.js#L325).
@frasalSyc You can attach a BPMN file directly by renaming it to `SOME_NAME.bpmn.txt`.
We'd clearly need a separate state for toggling active elements. Poor mans sketch:
Thanks for the report, I can reproduce it. Some elements are generally hard to place (including such data elements). Wherever you can already see that automatic placement is not get...
Thanks @vheinila! What you see today is only [the first iteration](https://github.com/camunda/product-hub/issues/2011#issuecomment-2247188701) of variable insights. I agree that explicit, visual hinting (in different places) can be very powerful, and we'll consider...
Thanks for opening this issue, I can reproduce it. In this particular case I'm not aware of a workaround, other than manual re-layouting, a tedious task. The observed behavior violates...
For performance reasons we originally registered mouse move only when needed; but apparently today, we register it (and emit it) [per default](https://github.com/bpmn-io/diagram-js/blob/main/lib/features/interaction-events/InteractionEvents.js#L140). So this feature, indeed, is legacy. I could...
@saig0 before we merge that, are we clear on the actual whitespace semantics, inside a tripple backtick block? Especially as this is a construct that can be arbitrarily nested, this...
> If zeebe would allow to optionally merge job results we could support this case. Yes, that could be an option, providing better support for connector-like job workers. If a...