shawn47 / oryx-editor

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

validation of BPD fails but BPD can be executed #453

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a BPD using the BPMN 1.2 specs.
2.Check the syntax -> Result:OK
3.Validate the BPD

What is the expected output?
Validation succeeded

What do you see instead?
The process will never reach its final state.

Please provide any additional information below.
My model cannot be validated but I can execute it.

Original issue reported on code.google.com by 123emma4...@googlemail.com on 22 Jul 2010 at 11:28

Attachments:

GoogleCodeExporter commented 9 years ago
Your model has a syntactic error and thus is not valid. This is not an error of 
Oryx.

A BPMN process must start with a start event of a certain kind, the process in 
the lower pool has not start event. It starts with an intermediate event, which 
cannot be activated since it has no incoming control flow.

Original comment by mtku...@googlemail.com on 22 Jul 2010 at 11:39