ductt-neo / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Faulty step-through/pre-processing in the presence of multiple start events #351

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open http://oryx-editor.org/backend/poem/model/2218/self
2. Start step-through
3. Only activity C is enabled

Desired behavior: Both A and C should be enabled

Possible problem:
BPMN pre-processing does not work properly

Original issue reported on code.google.com by gero.dec...@googlemail.com on 7 Feb 2009 at 9:03

GoogleCodeExporter commented 9 years ago
I can reproduce the described problem, but I don't think that it is a valid BPMN
model, see BPMN 1.1 spec:

{{{
If the Start Event is used, then there MUST NOT be other flow elements that do 
not
have incoming Sequence Flow — all other Flow Objects MUST be a target of at 
least one
Sequence Flow.
}}}

I propose to display a syntax error...

Original comment by schlicht...@gmail.com on 9 Feb 2009 at 12:06