cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Tasks using JPA Entity properties.

erfo
Champ in-the-making
Champ in-the-making
I have to allow the users to filter workflow tasks using my own
object domain properties, is it possible to do this?

When starts process I saves jpa-entity to process variables, so, can i use TaskService to filter tasks using that entity whitout extracts one by one entity properties in process variables?

Thank you in advance
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
> can i use TaskService to filter tasks using that entity whitout extracts one by one entity properties in process variables?

No, I'm afraid not via the default API. That will need to be a native query.