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?