Nico Korthout

Results 93 issues of Nico Korthout

### What should we do? Update timer cycle definition to support cron expressions. Inspiration can be retrieved from the docs (once those are completed). - https://github.com/camunda/camunda-platform-docs/issues/1117 ### Why should we...

in progress
enhancement
spring cleaning
Camunda Cloud
properties panel

### Problem you would like to solve The diverging inclusive gateway (i.e. OR gateway) is added to Zeebe in https://github.com/camunda/zeebe/pull/9747 as an external contribution. Of course, all the Camunda Platform...

in progress
enhancement
Camunda Cloud

__Is your feature request related to a problem? Please describe.__ Often I want to provide additional context to the user about a task. __Describe the solution you'd like__ Be able...

enhancement
backlog
Forms
Camunda Cloud

Many projects use dependabot to manage version updates of dependencies. It helps them to keep up to date with new versions, but also to understand what changed between versions. When...

bug

Consider the following code: ```java // @checkstyle RegexpSingleline (1 lines) final var code = "/** B is a simple class */ class B { }"; ``` Running Qulice on it...

Consider the following code: ```java final var code = "/** A is a simple class */ class A { }"; ``` Running Qulice on this code results in `This kind...

bug
help wanted

## Description As an incident follow-up, this clarifies the DEAD partition health state in the Grafana Zeebe Overview dashboard. ## Related issues closes #10043 ## Definition of Done _Not all...

**Description** This is a follow-up of #10018. >Chris wants to remove the reset method altogether. And once we have the new implementation, which is based on buffered writers, the reset...

kind/toil

**Description** The Grafana Zeebe Overview dashboard has a panel that shows the pod partition health. A partition on a pod can be either HEALTHY, UNHEALTHY or DEAD. The HEALTHY and...

kind/toil

**Description** Continue the documentation on events in [docs/events.md](https://github.com/camunda/zeebe/blob/main/docs/events.md) to explain how flows can be interrupted by events. This is a follow-up of: - https://github.com/camunda/zeebe/pull/9753

kind/documentation