cancel
Showing results for 
Search instead for 
Did you mean: 

New type of Activiti Task

vnama
Champ in-the-making
Champ in-the-making
I would like to create a new type of task. I have coded up a variation of a receive task. I was just wondering how I can configure the explorer and bpmn20.xml to understand and accept my new type of task. Just as activiti has a service task, and user task, I have created a new type of task that I would like to add. Thank you for any insights!
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

If you can't add the logic in a receive or a service task class but want to implement your own task type, you'll also have to define it in the Activiti BPMN parser etc.
So you'll have to modify the Activiti engine code for this. Do you want to go that road?

Best regards,

chaoyy
Champ in-the-making
Champ in-the-making
If need to modify org.activiti.engine.impl.bpmn.parser.BpmnParse class?