cancel
Showing results for 
Search instead for 
Did you mean: 

Owner duplication

rimaxime
Champ in-the-making
Champ in-the-making
Hi,

I think I have an issue with the activiti designer tool. When importing bpmn file containing owner fields, this one is duplicated by the eclipse activiti designer and namespace xmlns:activiti="http://activiti.org/bpmn"  is added too in the task.

Example :
<userTask id="TestUserTask" name="Process Manually"
                      activiti:candidateGroups="CANDIDATES" activiti:category="CATEGORY"
                      activitiSmiley Surprisedwner="OWNER">
To
<userTask id="TestUserTask" name="Process Manually"
                      activitiSmiley Surprisedwner="OWNER"
                      activiti:candidateGroups="CANDIDATES" activiti:category="CATEGORY"
                      xmlns:activiti="http://activiti.org/bpmn" activitiSmiley Surprisedwner="IT-SUPPORT-SPARK">
After Eclipse module use and save.

Regards,
Maxime
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi Maxime,

Thanks for reporting this issue. I'll investigate and implement a bug fix when I'm able to reproduce it.

Best regards,

trademak
Star Contributor
Star Contributor
Hi Maxime,

Thanks for reporting the bug, it's now fixed on the Github master version.

Best regards,