flowable / flowable/flowable-engine
completionCondition---Even if the conditions are not met, it can still proceed to the next node
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 9.5k
- Forks
- 2.9k
- Ø Merge
- 7 Std. 8 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
${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
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.