Documentation tag not on the right place

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2012 06:23 AM
When I add a listener task on the start of the process, the activiti designer doesn't put the documentation tag after the extensionElements tag while it should be before.
When I try to start the process with the documentation tag behind, the process fails to start.
This is generated:
This it should be:
This is very irritating as everytime you make a change you manually need to change the bpmn file.
When I try to start the process with the documentation tag behind, the process fails to start.
This is generated:
<process id="TestProcess" name="TestProcess"> <extensionElements> <activiti:executionListener event="start" class="com.test.StartProcess"></activiti:executionListener> </extensionElements> <documentation>Place documentation for the 'TestProcess' process here.</documentation>
This it should be:
<process id="TestProcess" name="TestProcess"> <documentation>Place documentation for the 'TestProcess' process here.</documentation> <extensionElements> <activiti:executionListener event="start" class="com.test.StartProcess"></activiti:executionListener> </extensionElements>
This is very irritating as everytime you make a change you manually need to change the bpmn file.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2012 02:46 PM
Please open a JIRA for this, it should be easily fixed.
