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

オープン
#3,967 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
9.5k
フォーク
2.9k
平均マージ
7時間 8分
マージ済み PR(30日)
2

説明

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)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

まず ParallelMultiInstanceBehavior と ExecutionEntityManagerImpl を読み、isActive 属性と、issue に記載されている MULTI_INSTANCE_ACTIVITY_COMPLETED_WITH_CONDITION メッセージに注目してください。提供されている node-table データとトランザクションシナリオを使用して、並列承認が act_hi_actinst と act_ru_actinst にどのような影響を与えるかを追跡してください。後続ノードの情報とアクティビティレコードが正しく削除または更新されれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
backend, databases
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。