How to create filter task

How to create a filter to follow the processes initiated by me in which the task is not assigned to me

Hi @MarceloCP,

I think for your case, the best solution is to develop a custom tasklist plugin instead of using filters.
You are looking to track the processes started by you where filters are not intended for this purpose.

where I get a material that teaches to create a plugin customlist, or some example because I have no idea where to start.

Hi @MarceloCP,

have a look at the docs here: https://docs.camunda.org/manual/7.10/webapps/tasklist/tasklist-plugins/.

As tasklist plugins are compareable to cockpit plugins you can adopt this complete example: https://github.com/camunda/camunda-bpm-examples/tree/master/cockpit/cockpit-sample-plugin.

Here you can find some tasklist plugins: https://github.com/camunda-consulting/code/tree/master/snippets. Look for the ‘tasklist-plugin-*’ folders.

Hope this helps, Ingo

1 Like

I found an alternative to what I wanted, I do not know if it is the best way but I did the following in all the tasks I put in the field candidate user the variable that has the user that started the process so he can follow the process that he started when the The task is not with him. filter with the candidate user and put $ {currentUser ()}