flowable / flowable/flowable-engine

IntermediateThrowEvent not triggering compensation when compensation boundaries are inside a subprocess

Open
#2,722 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.