Hi all
We have common task list in UI at BPM Portal.
This is IBM provided list and function.
As we know, we can retrieve & search any tasks in task list
Now, we have around 20,000 tasks and I have tried search tasks but can't search the task in BPM Portal page.
I have checked the task at admin page. The task is exist.
Is there any limitation for performance? Can I adjust/config something for search task at WAS/BPM side?
Thanks.
[Updated]
BPM Portal calling for retrieve tasks - /rest/bpm/wle/vl/tasks?
When I enter taskID in bpm portal task list, it will be add more condition at rest api.
ex)Request Payload
conditions: [{operator: "FullTextSearch", value: "12345"}]
My question is that
Is there any FullTextSearch limitation or not?
ex) We can search any task when we have maximum 5,000 task list etc
------------------------------
Kwangho Kim
------------------------------