Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MDT/BPMN2/Validation

< MDT‎ | BPMN2
Revision as of 11:49, 26 March 2012 by Hheitkoetter.googlemail.com (Talk | contribs) (New page: This wiki page is intended to track our discussion regarding validation of BPMN2 models. It hosts a list of constraints compiled from the specification text. * See: https://bugs.eclipse.or...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This wiki page is intended to track our discussion regarding validation of BPMN2 models. It hosts a list of constraints compiled from the specification text.

List of constraints

Chapter 10

  • Chapter 10.4.2, page 238:
    • "no Sequence Flow can connect to a Start Event"
    • @StartEvent: noSequenceFlowToStartEvent = self.incoming->isEmpty()

Back to the top