flowable / flowable/flowable-engine

Unexpected behaviour with service tasks between parallel gateways

Open
#4,024 0 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

**Issue Description:**
The service tasks configured between parallel gateways are stuck abruptly without any exception.

**Example Use case:**
![Image](https://github.com/user-attachments/assets/a13d3dbc-e37b-4df4-9630-204a94762da6)

Here, both the parallel gateways are asynchronous & exclusive and service tasks A, B and C are also asynchronous and exclusive. However we observe a pattern where service tasks A and B are executed as expected and service task C is stuck without moving forward. ACT_RU_EXECUTION table is still pointing at service task C and not moving to suspension state. There are no timeouts from service task C and no trace to confirm that the service task has started it's execution.

**NOTE:** This issue is not consistent but happening quite a few times.

**Code:**
`



















































































`

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.