Usertask category vs ProcDef Category
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2015 04:13 PM
This is something I might have misunderstood, but I noticed all the tasks in my ACT_RU_TASK table have null categories. I dont specify categories for any user tasks in the bpmn but I assumed this value would be copied over from the ProcDef table (where the category is set based on the targetNamespace param in the bpmn).
If this is not the case, how should I fetch UserTasks for a given tenant and targetnamespace? I want to avoid writing a native query and join the two tables. I imagine this is a pretty common usecase we should have this directly in the TaskQuery API. Any thoughts?
If this is not the case, how should I fetch UserTasks for a given tenant and targetnamespace? I want to avoid writing a native query and join the two tables. I imagine this is a pretty common usecase we should have this directly in the TaskQuery API. Any thoughts?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2015 04:34 AM
The user task category is indeed not copied by default (but can easily be added with a global ParseHandler).
