Tasklist filter with Assigned Tasks and candidate groups on version 7.2

Hi I have a problem with camudna 7.2

I need to display in a tasklist filter all the tasks of a certain group (candidates groups) whether they are assigned or not

I have another application that uses a version of camunda 7.4 and I saw that there is the possibility to select a checkbox to identify to recover all
the tasks also those assigned

on version 7.2 how is it possible to replicate this functionality?

Hi @carbonem

Can you confirm the version of the camunda that you’re using?
Versions’ 7.2 and 7.4 are long out of support and you should probably upgrade to 7.14 (once it’s released on october 13th)

yes I confirm, 7.2 and 7.4

i know they are old versions but they run up
production systems that have been working for years and now there is a need for this feature update on version 7.2

I am looking for a solution to solve the problem on the filter in the tasklist to view the tasks of a group both assigned and unassigned on version 7.2

migration is the last choice.

do we have alternatives?

You don’t have a lot of options - there’s pretty much zero chance that we would back-port any features to 7.2.

Unless you want to implement the feature yourself - i can’t think of another solution beyond migration.

Well, the 7.2 Tasklist Code is still on Github, you could back-port the feature from a newer branch yourself:

(Note that the Tasklist repo moved to camunda-bpm-webapp after 7.4.)

2 Likes

thanks guys for your availability

I’ll see what I can do: D