Hi,We have a project requirement where we need to include custom elements inside the extensionelements attributes of Service\User task.I was trying add the custom tags say <activiti:XXXX>YYYY</activiti:XXXX> but it seems the whole bpmn file gets reset and my tags are gone if I later modify the bpmn file with addition of different tag.
So is there a way to add our own elements.For ex:
<serviceTask id="servicetask1" name="Service Task" activiti:class="com.candidjava.MyDelegate">
<documentation>ghhh</documentation>
<extensionElements>
<activiti:futureActor>Harish</activiti:futureActor>
<activiti:colour>green</activiti:colour>
</extensionElements>
</serviceTask>