BPMN 2.0 FTF Avatar
  1. OMG Issue

BPMN2 — Missing in XML example

  • Key: BPMN2-284
  • Legacy Issue Number: 15147
  • Status: closed  
  • Source: Camunda Services GmbH ( Gerardo Navarro Suarez)
  • Summary:

    On page 180 begins the serialized XML example (table 10.19) of the process model shown in figure 10.23 . The definition of a sequence flow is missing in the serialized XML.

    The process model has 11 flows, but in the XML example there are only 10 sequence flows defined. So one is missing.

    The missing flow is that one between AND - Join (called "OrderAndShipmentMerge") and the user task "Review order".

    ---Proposal------ 03/24/2010 --------------
    ##Proposed Resolution: Fixed

    (a) Insert the following XML node into the example:
    <sequenceFlow sourceRef="OrderAndShipmentMerge" targetRef="ReviewOrder"/>
    Table 10.19 | Page 152 (182)

    (b) The best position would be on page 152 (182) between the tags <parallelGateway ...> and <userTask id="ReviewOrder" ...> .
    Table 10.19 | Page 152 (182)

  • Reported: BPMN 2.0b1 — Wed, 24 Mar 2010 04:00 GMT
  • Disposition: Resolved — BPMN 2.0
  • Disposition Summary:

    (a) Insert the following XML node into the example:<sequenceFlow sourceRef="OrderAndShipmentMerge" targetRef="ReviewOrder"/> Table 10.19 | Page 152
    (182)
    (b) The best position would be on page 152 (182) between the tags <parallelGateway ...> and <userTask id="ReviewOrder" ...> .
    Table 10.19 | Page 152 (182)
    Disposition: Resolved

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