cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with boundaryEvent attached to a subprocess

pitagoras
Champ in-the-making
Champ in-the-making
Hi,
I´m having an issue that might be related to wrong code generated by the designer.
The issue happens when I attach a boundary event (signal or error) to a subprocess, the designer declares it inside the subprocess and apparently this is incorrect. See details here: http://forums.activiti.org/en/viewtopic.php?f=6&t=5880

Any clue?
3 REPLIES 3

frederikherema1
Star Contributor
Star Contributor
Potentially it went wrong when the boundary-event was initially dragged/created in the process, rather than on the edge. In that case, this is something that we need to avoid…

pitagoras
Champ in-the-making
Champ in-the-making
So is this a bug in the designer?
If so the steps to reproduce are trivial.
1) Create a subprocess container
2) Attach a boundary event (any kind)

The result is the XML having the boundaryEvent declared INSIDE the <subprocess/> element.

trademak
Star Contributor
Star Contributor
Hi,

Thanks for raising the issue, it's now fixed in the Github master.
I also fixed an issue with the boundary events position when resizing a sub process.

Best regards,