Nico Rehwaldt

Results 1471 comments of Nico Rehwaldt

> It's all clear, I was wondering though if there is a list of existing values that can be reused No. This categorization is "user land". What integrators, i.e. web...

@HanselIdes documentation is going to be provided, cf. https://github.com/camunda/element-templates-json-schema/commit/04d383515a93755bb822bab7418277224926d28b. Specifically: * `category` - A custom category to semantically group element templates * `category.id` - The unique identifier of the category....

As we pick this up we must ensure we have a proper interaction between technical property validation and element templates (https://github.com/camunda/camunda-modeler/issues/3360).

Hello! Two requests: * Where would you like us to populate the list from? * Could you use an existing issue template to detail your feature request in a structured...

Thanks for the suggestion. As I understand you want certain fields to be suggested from context. We track that issue via https://github.com/bpmn-io/bpmn-js-properties-panel/issues/708.

This is today, indeed, handled [within the canvas only](https://github.com/bpmn-io/bpmn-js/blob/develop/lib/features/label-editing/LabelEditingProvider.js#L83). You made a good argument for the change to be part of the direct editing core. We [already handle escape](https://github.com/bpmn-io/diagram-js-direct-editing/blob/main/lib/DirectEditing.js#L129) there,...

I investigated this in a time-boxed manner. While complete on blur is easy to implement in the direct editing helper (https://github.com/bpmn-io/diagram-js-direct-editing/pull/54) the integration into bpmn-js seems to not be as...

@ev-codes Thanks for opening this issue! Please consider: * How can you build the FEEL expression popup editor so it can be re-used across both modelers? * If there is...