Filter Tasks using JPA Entity properties.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2016 08:52 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2016 04:07 AM
> 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.
No, I'm afraid not via the default API. That will need to be a native query.
