I have a workflow task that refer to a specific nodeRef. This node has some properties. I would like to create a query that gives all tasks with specific values of some properties (contained in the node). With WorkflowTaskQuery, I can query taks with custom properties handled by the task. Is it possible to modifiy WorkflowTaskQuery or to use luceneSearch for this purpose? I can get such tasks using workflowTaskQuery and filter the result, but this solution is execution time expensive.
Thanks,