Community
Participate
Working Groups
It shouldn't be possible to add error boundary event to script task. If is such process validated by jBPM engine, there occurs this error: java.lang.AssertionError: Error Messages: "unable to parse xml : Exception class java.lang.IllegalArgumentException : Boundary events are supported only on StateBasedNode, found node: org.jbpm.workflow.core.node.ActionNode [ScriptTask_1]]" Web designer of BPM Studio doesn't allow adding boundary events to script tasks.
Jozef, this was already reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1141619 and I had committed a fix for this bug about 5 weeks ago. Looking back in the Git commit history, I see two commits, 4f7afb9 and eebd706: the first one created the JbpmBoundaryEventFeatureContainer class and added the <featureContainer> entry in plugin.xml which fixed the problem; the second commit removed these changes. I have no idea how or why this happened - I blame it on a git hiccup. Oddly enough, the exact same thing happened in the master branch with commits b4e13bc and b155e89 and again, no clue how this happened :( Long story short, I have reapplied these changes to the current HEAD in both mars and master branches.
Fixed, again...until next time ;)
Head up Bob, it happens. Thanks for fast fix.