New type of Activiti Task

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2012 08:56 AM
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!
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2012 11:23 AM
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,
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,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2012 11:10 PM
If need to modify org.activiti.engine.impl.bpmn.parser.BpmnParse class?
