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 <sequenceflow /> 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.