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!
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?