BPMN 2.0 FTF Avatar
  1. OMG Issue

BPMN2 — Correlation properties must have name and type (was dropped in 4/22 XSD and MM)

  • Key: BPMN2-167
  • Legacy Issue Number: 14721
  • Status: closed  
  • Source: International Business Machines ( Mr. Matthias Kloppmann)
  • Summary:

    ##Source: IBM (Matthias Kloppmann, matthias-kloppmann@de.ibm.com)
    ##Original Issue: http://www.osoa.org/jira/browse/BPMN-493
    ##Original Info: (Severity: Significant - Nature: Revision)

    Correlation properties are specified by means of name and type, e.g., orderID of type integer, or customerName of type string. The properties may typically be specified by means of their name and type only, while retrievalExpressions are added only later, and modified independently. The latest version of the spec dropped name and type.

    Resolution proposal: Re-add correlationProperty::name and ::itemRef.

  • Reported: BPMN 2.0b1 — Fri, 20 Nov 2009 05:00 GMT
  • Disposition: Resolved — BPMN 2.0
  • Disposition Summary:

    UML Schema
    (a) – Add attributes as per XSD above/spec table changes below
    Specification text:
    – Figure 8.18 Correlation Class diagram
    Show the following added attributes in their compartments:
    (b) CorrelationKey::name
    (c) CorrelationProperty::name
    (d) CorrelationProperty::type
    – Table 8.32 CorrelationKey model associations
    Add the following row:
    (e) name[0..1] | String | Specifies the name of the correlation key
    – Table 8.33 CorrelationProperty model associations
    Add the following rows:
    (f) name[0..1] | String | Specifies the name of the correlation property
    (g) type[0..1]='String' | ItemDefinition | Specifies the type of the correlation property
    Disposition: Resolved

  • Updated: Fri, 6 Mar 2015 20:57 GMT