flowable / flowable/flowable-engine
completionCondition---Even if the conditions are not met, it can still proceed to the next node
Aperta
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
${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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.