Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpmn2-modeler-dev] Status for Aug 24, 2012

Hi Robert,
The validation feature works quite well so far (gui and some BaseElement constraints).
But I found a small problem: the validation mechanism considers a converging Inclusive Gateway as an error, butregarding the BPMN v2 specifications a converging Inclusive Gateway is allowed.

Cheers :)
Hien

On Mon, Aug 27, 2012 at 3:32 PM, Bob Brodt <bbrodt@xxxxxxxxxx> wrote:
Hi all,

It's been another busy week!

The BPMN2 model validation and problem reporting feature is nearly complete. The editor now reports many semantic problems, such as nodes that have no incoming/outgoing sequence flows, invalid IDs, etc. The offending activity on the drawing canvas, as well as property sheet attribute labels are decorated with an error marker and tooltip error message.

Still left to do is to add a builder and project nature for BPMN2 so that validation is performed as part of an incremental project build.

The jBPM runtime extension plugin includes most of the same problem checking that is done by the Web Designer [3].

This week's builds (here [1] and here [2]) also include some minor bug fixes.

On the to-do list for next week:

* Add project nature and builder for validation.
* Begin working on a process tracing and debugging interface to support a typical BPMN2 execution engine, something along the lines of this thing here: [4]


[1] http://download.eclipse.org/bpmn2-modeler/site/
[2] http://download.eclipse.org/bpmn2-modeler/site-helios/
[3] http://www.jboss.org/jbpm/components/designer
[4] https://github.com/droolsjbpm/droolsjbpm-knowledge/blob/master/knowledge-api/src/main/java/org/drools/event/process/ProcessEventListener.java


"Made from the best stuff on Earth."

________________________
Robert ("Bob") Brodt
Senior Software Engineer
JBoss by Red Hat
_______________________________________________
bpmn2-modeler-dev mailing list
bpmn2-modeler-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/bpmn2-modeler-dev


Back to the top