flowable / flowable/flowable-engine
Is there any implementation of this interface? We think it is the closing function
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
What I want to achieve is the function of handling the settlement, I don't know whether there is any interface to implement, that is, after the whole process runs, the execution is completed directly from left to right, but I may act as the approver in multiple nodes, and I need to show one in the settlement. At present, my code is like this, but the ones I participate in the approval will appear repeatedly, if I handle it later, it will affect the paging
` HistoricTaskInstanceQuery taskInstanceQuery = historyService.createHistoricTaskInstanceQuery()
.includeProcessVariables()
.finished()
.processFinished()
.taskAssignee(userId.toString())
.orderByHistoricTaskInstanceEndTime()
.desc();
List historicTaskInstanceList = taskInstanceQuery.listPage(pageSize * (pageNum - 1), pageSize);`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia con l’utilizzo di HistoryService e HistoricTaskInstanceQuery mostrato nell’issue, quindi esamina le API della cronologia e della paginazione per i dati dei processi completati. Determina se un’interfaccia esistente può rappresentare una liquidazione per processo quando lo stesso utente ha approvato più nodi senza modificare i risultati delle pagine; il lavoro è completato quando è stato individuato un approccio supportato e documentato oppure una funzionalità mancante chiaramente circoscritta.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- api, backend
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 20/100