Maciej Barelkowski
Maciej Barelkowski
This adds a flag for custom SSL certificate: `--zeebe-ssl-certificate=`. Protocol http(s) is now required for the contact points of self-hosted Zeebe instances. Closes #3028
### What should we do? * I can specify a certificate which is used to connect to a TLS secured Zeebe instance. --- More insights in https://github.com/camunda/camunda-modeler/issues/2404 ### Why should...
__Describe the Bug__ When I try to open [this diagram](https://github.com/camunda/camunda-modeler/files/7881867/diagram_1.bpmn.txt) which is a valid BPMN but with `modeler:executionPlatformVersion="7.14.0`, Modeler displays a dialog and refuses to display the diagram. ```xml ```...
### Describe the bug Sentry Issue: [CAMUNDA-MODELER-8P0](https://sentry.io/organizations/camunda-modeling/issues/3301569553/?referrer=github_integration) ``` TypeError: l is not a function at apply (./src/shared/ui/overlay/OverlayDropdown.js:62:10) ... (11 additional frame(s) were not displayed) ``` We don't pass `onClose` in...
### Avoiding differences of the decision ID and the output name * a decision table can have one or more outputs and each output has an `output name` * currently,...
### Restricting the naming/usage of the decision ID * currently, the `decisionId` must be a valid `QName` * but in a DMN for Camunda Cloud, the `decisionID` may be referenced...
This fixes a 404-ing link in README. Thanks for this repo! :)
I played around with it a bit and noticed something strange. On the simple process, if I align everything `center`, then `top`, the flows get reconnected: ![Recording 2022-07-06 at 14...
__Describe the Bug__ https://user-images.githubusercontent.com/28307541/172854624-185a812c-1fb2-49dc-b242-f5a114ffa36f.mov __Steps to Reproduce__ 1. Select a subprocess and its child 2. Use alignment tool (via API or buttons added in your application) __Expected Behavior__ Subprocess should...
__Describe the Bug__ Given I have a module of the following structure: ```javascript const module = { __init__: [ 'custom' ], custom: [ 'type', Custom ] } function Custom(bpmnjs) {...