flowable / flowable/flowable-engine
completionCondition---Even if the conditions are not met, it can still proceed to the next node
- 主要言語
- Java
- スター
- 9.5k
- フォーク
- 2.9k
- 平均マージ
- 7時間 8分
- マージ済み PR(30日)
- 2
説明
${passCount/totalCount>=0.5}
passCount = 0;totalCount=3;
complete task code :
param.put("passCount", passCount);
param.put("totalCount", totalCount);
processEngine.getTaskService().complete(taskId,param);
All user submissions are disagreeing, The passCount parameter is always equal to 0 ;
1. If the conditions are not met, it should not be executed to the next node
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、提供された completionCondition と TaskService.complete(taskId, param) の呼び出しを使用し、passCount=0、totalCount=3 でマルチインスタンスワークフローを再現します。完了後に条件がどのように評価されるかを追跡し、false の結果でも次のノードに進むかどうかを確認します。条件が満たされない場合にワークフローがマルチインスタンスアクティビティ内にとどまれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100