How to set property Category of Task from Diagram Designer or xml

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2014 06:08 PM
Hi all, i need to set the category property of a User Task at desing time, but in the eclipse plugin designer the properties of a UserTask are: Assignee, candidate users, candidate groups, formkey, due date and priority. There is no property category.
Exists a way to assign a value to that property at design time? i tried with activiti:category="test" in tag <userTask/> with no success.
Thanks.
Gustavo.
Exists a way to assign a value to that property at design time? i tried with activiti:category="test" in tag <userTask/> with no success.
Thanks.
Gustavo.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2014 06:29 AM
Yeah… It was not present in designer but I added in xml editor and once deployed, category 'test' reflected in corresponding new column(category) in ACT_RU_TASK for new process requests.
<userTask id="TrainExceptionWorkflowHumanTask" name="workflow human task" activiti:candidateGroups="${AssignedGroupUser}" activiti:category="test">
though you are adding activiti:category="test" to your userTask but not reflecting in db, then make sure that your activiti jar dependency versions are 5.15in your project classpath. I too eagerly waiting for updated designer version which supports to set property for category in userTask properties.
Activiti Team, Is there any plan to add property to set "category" in designer in near feature?
-Swamy
<userTask id="TrainExceptionWorkflowHumanTask" name="workflow human task" activiti:candidateGroups="${AssignedGroupUser}" activiti:category="test">
though you are adding activiti:category="test" to your userTask but not reflecting in db, then make sure that your activiti jar dependency versions are 5.15in your project classpath. I too eagerly waiting for updated designer version which supports to set property for category in userTask properties.
Activiti Team, Is there any plan to add property to set "category" in designer in near feature?
-Swamy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2019 05:36 AM
has there been any updates on this?
