cancel
Showing results for 
Search instead for 
Did you mean: 

Missing usertask tags in generated XML

mahavirj
Champ in-the-making
Champ in-the-making
Activiti designer seems to NOT generate <usertask /> XML when generating the bpmn2.0 xml. I'm using v0.7 of designer that comes with activiti r5.2. anyone see this before or is there a fix?

here's the test that brings up this issue:
1) create a main process as:
   startevent1->usertask->subprocess->endevent1
2) elaborate subprocess as:
   startevent2->exclusivegateway->usertask2, usertask3->endevent1

At this point, the bpmn2.0 xml contains the &lt;sequenceflow /&gt; tags correctly. However, the usertasks in subprocess that the sequence flow refers to are missing.

Attached is the xml used for this test.  This also happens when deleting and adding usertasks in the subprocess.

This is seen as an error message like: "cvc-id.1: There is no ID/IDREF binding for IDREF 'xxxx'.

The test XML generated by activiti designer is attached.
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

I didn't find the attachment you mentioned in your post.
But this seems to be a bug. Could you create a JIRA issue?

Thanks,

mahavirj
Champ in-the-making
Champ in-the-making
Create JIRA issue @ http://jira.codehaus.org/browse/ACT-626

Thanks,