Martin Grofčík
Martin Grofčík
**Description:** `DeleteQuery` ``` /** * Delete all instances and their related data that match the query. */ void deleteWithRelatedData(); ``` does not delete child process instances and tasks. **Expected behavior:**...
#### Check List: * Unit tests: YES * Documentation: YES - description hint in the modeler
#### Check List: * Unit tests: YES * Documentation: NA
**Problem description:** Cmmn/Bpmn dmnService task does not define dmnTable as an expression. Dmn reference must be a reference to existing dmn model in the application. Partially related issue is: https://forum.flowable.org/t/modeler-dmn-reference-lost-after-bpmn-import/8598...
**Description:** When triggerable service task throws BpmnError during the trigger execution, the exception is not handled by any event subprocess. **Expected behavior** When BpmnError is thrown in the trigger method...
**Problem description:** flowable-ui applications allows to work only with the history level `AUDIT`. `NONE` and `ACTIVITY` history levels are not supported. **Describe the solution you'd like** Based on `flowable.history-level` property...
**Description** BPMN/CMMN dmn service task for `COLLECT` hit policy returns (`protected boolean alwaysUseArraysForDmnMultiHitPolicies = true;`): | hits | output| |------|----------| | none hit | null | | one item hit...
#### Check List: * Unit tests: YES * Documentation: NA yet
**Describe the bug** 1. create process model in cloud designer, 2. create a duplicate process model from the original one with different id, ⚠️ The duplicate and original process models...