flowable / flowable/flowable-engine
IntermediateThrowEvent not triggering compensation when compensation boundaries are inside a subprocess
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**Describe the bug**
IntermediateThrowEvent not triggering compensation when compensation boundaries are inside a subprocess
**Expected behavior**
When the error boundary event
- errorBoundary
is triggered the flow transfers to the IntermediateThrowEvent
- compensationintermediatethrowevent1
but the throw event does not trigger the compensation handlers
- cancelAppointmentTask
- cancelEngagementTask
- cancelCaseTask
associated with compensation boundaries in the **subprocess**.
**Code**
```
```
**Additional context**
Flowable: 6.5.0
Database h2 - 1.4.2
Spring Boot: 2.1.13
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.