BPM Suite only shows first lane declared in a bpmn2 file exported from external BPMN2.0 compliant tool due to unsupported "childLaneSet" element

Solution In Progress - Updated -

Issue

  • BPM Suite only shows first lane declared in a bpmn2 file exported from external BPMN2.0 compliant tool due to unsupported "childLaneSet" element;
  • BPMS does not show elements declared as childLaneSet in a BPMN2.0 file;

Environment

  • Red Hat JBoss BPM Suite (BPMS) 6, 7
  • Importing an external BPM2.0 file that contains childLaneSet:

    <semantic:laneSet id="LANESET_1">
        <semantic:lane id="FLOWNODE_1" name="Parent Lane">
            <semantic:childLaneSet id="CHILD_LANESET_1">
                <semantic:lane id="FLOWNODE_2" name="Child-1">
                    <semantic:flowNodeRef>FLOWNODE_3</semantic:flowNodeRef>
                    <semantic:flowNodeRef>FLOWNODE_4</semantic:flowNodeRef>
                    <semantic:flowNodeRef>FLOWNODE_5</semantic:flowNodeRef>
               </semantic:lane>
               <semantic:lane id="FLOWNODE_6" name="Child-2">
                   <semantic:flowNodeRef>FLOWNODE_7</semantic:flowNodeRef>
                   <semantic:flowNodeRef>FLOWNODE_8</semantic:flowNodeRef>
                   <semantic:flowNodeRef>FLOWNODE_9</semantic:flowNodeRef>
                   <semantic:flowNodeRef>FLOWNODE_10</semantic:flowNodeRef>
               </semantic:lane>
                ...
            </semantic:childLaneSet>
         </semantic:lane>
    </semantic:laneSet>
    

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.