flowable / flowable/flowable-engine

In a transaction where multiple parallel tasks are completed, and when the number of required approvals is specified, the information in act_hi_actinst and act_ru_actinst is not correctly deleted

Open
#3,967 3 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

ParallelMultiInstanceBehavior
![image](https://github.com/user-attachments/assets/a266dabe-cd8a-4d53-a841-c985f9e982aa)
ExecutionEntityManagerImpl
![image](https://github.com/user-attachments/assets/ebafdb98-84d4-4a5d-a032-6d75ec189f8b)
The first step has the attribute set to false.
The removal in the second step depends on the isActive attribute of the first step.
My understanding is that you are using this attribute for your MULTI_INSTANCE_ACTIVITY_COMPLETED_WITH_CONDITION message, which is causing an error in updating the subsequent node information.

"This is the data in the node table."
![image](https://github.com/user-attachments/assets/04c273e4-c2b0-4761-a96c-6359f1b488b1)

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.