Maciej Barelkowski

Results 847 comments of Maciej Barelkowski

Thank you. This will be useful when I work on the issue :)

I see that a custom certificate can also be passed to the Zeebe client we use: https://github.com/camunda-community-hub/zeebe-client-node-js#using-a-self-signed-certificate

I looked deeper into this. So far, I was able to setup Zeebe with a custom certificate. I haven't done it for C7. I can connect to it with `zbctl`,...

@ajeans I moved the C8-related discussion to a new issue: https://github.com/camunda/camunda-modeler/issues/3028 This one will be moved to backlog, as we are focused on C8 support.

BPMN in Color will be supported via https://github.com/bpmn-io/bpmn-js/pull/1453

Great summary. I think it makes sense to refactor this and not only monkey-patch.

Hi @schreuder71, In the XML, find `bpmn:definitions` (it should be the top-most element), and modify it as in the diff below: ```diff - + ``` Specifically, it's this part: ```diff...

We need to define the UI part of this.

Ideas how to solve this: * have a directory with certificates which could be used to interact with Zeebe TODO: * I haven't checked if it's picked up automatically once...