Philipp Ossler

Results 158 issues of Philipp Ossler

## Description The test case [0067-feel-split-function: 001](https://github.com/dmn-tck/tck/blob/master/TestCases/compliance-level-3/0067-feel-split-function/0067-feel-split-function-test-01.xml#L10-L24) verifies the usage of the `split()` function with a regex argument. The [DMN](https://github.com/dmn-tck/tck/blob/master/TestCases/compliance-level-3/0067-feel-split-function/0067-feel-split-function.dmn#L9-L17) evaluates the following FEEL expression: ``` split("John Doe", "\s") ```...

**Describe the bug** The FEEL engine fails to parse a nested for-loop expression: ``` context merge( for entry in for kvPair in (for kvPair in split(rawContent, "\n") return kvPair) return...

type: bug
scope: Camunda 8

**Is your feature request related to a problem? Please describe.** In the context of BPMN, I want to write a FEEL expression that contains some form of validation logic. Similar...

type: enhancement
hacktoberfest

## Description In some cases, I have a FEEL expression with a for-loop and need to get the current element's index. There is a trick: `count(partial)` calculates the current index....

target:8.6
target:8.7
target:8.8
triage-march

## Description With Camunda 8.7 (potentially), we will add support for BPMN compensation event subprocesses. We need to extend the documentation of BPMN compensation events for the usage of compensation...

component:zeebe

## Description Add a tip about for-loops on how to retrieve the index of the current element. ![image](https://github.com/user-attachments/assets/6e21db60-4c17-427e-809a-2415a8c1bdee) closes #5334 ## When should this change go live? - [ ]...

low prio

## Description Add the new assertion `hasNoActiveIncidents()` to the CPT [documentation](https://docs.camunda.io/docs/next/apis-tools/testing/assertions/).

target:8.8

## Description Add the new assertion `hasActiveIncidents()` to the CPT [documentation](https://docs.camunda.io/docs/next/apis-tools/testing/assertions/).

target:8.8