flowable / flowable/flowable-engine
Flowable REST API Query: support for an OR condition
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
The problem we are facing (and we have seen topics on the flowable forums about this in the past) is that we want to query a field with an OR condition from our front-end. We are calling the rest api query tasks.
For example: the front-end fetches tasks with taskInstanceVariable or processInstanceVariables "city", and we want the user to be able to select one or more cities.
We are looking for something like an IN operation type in addition to equals, like, lessThan, etc. With the value being an array of values:
{
"name" : "city",
"value" : ["Amsterdam", "Utrecht"],
"operation" : "in",
"type" : "string"
}
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Inizia dalla gestione delle query delle attività della Flowable REST API descritta nell’issue e segui come vengono analizzati taskInstanceVariables e processInstanceVariables. Usa il payload di esempio con i valori di città Amsterdam e Utrecht come forma prevista della richiesta; il lavoro è completato quando la query supporta un’operazione IN per selezionare una o più città.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- api
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100