cancel
Showing results for 
Search instead for 
Did you mean: 

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

gus77avo
Champ in-the-making
Champ in-the-making
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.
2 REPLIES 2

swamy2156
Champ on-the-rise
Champ on-the-rise
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

sganesh
Champ in-the-making
Champ in-the-making

has there been any updates on this?