Hi,
Is there any way to not apply a default assignment filter in order to see all the tasks?
What I want is a null/empty default filter so the user will be able to see all the task at first glance: the ones where I’m assigne/involved and the ones where I’m candidate merged.
Thanks Martin,
However, what I want to do is to change the default filter in flowable-task aplication. I’ve already used the taskService.
So my problem is how to not apply a filter in the ASSIGNMENT field in order to see the assigned and the candidate tasks in the same list.
I managed to modifiy the default value of the assignment field. However, I don’t now how to add a forth value to the list. What I want to do is to have one filter that includes all the tasks that the user has assigned and the ones that he is one of the candidates. Does anyone knows how to do it? I’ve been searching where these elements are created but I didn’t found it yet.