Override Code
I want to override setAssignee method of activiti/alfersco workflow.How Can I do that?I found that TaskEntity.java class is called during set assignee.Is this proper way to change existing setAssignee below method of TaskEntity.java? public void set...