Skip to content

Commit

Permalink
Closes #810. Added Data Object/Store name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sringuette committed Feb 25, 2019
1 parent ece1ad6 commit 237294f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Reference/B.1.0.bpmn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<semantic:definitions id="_1373655174418" name="B.1.0" targetNamespace="http://www.trisotech.com/definitions/_1373655174418" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<semantic:dataStore capacity="0" isUnlimited="false" id="DS1373655174514"/>
<semantic:dataStore capacity="0" isUnlimited="false" id="DS1373655174514" name="Data&#10;Store Reference"/>
<semantic:process isExecutable="false" id="Process_ba16239e-181e-4b9f-bc5b-0bb2ee973450">
<semantic:startEvent name="Start Event None 1" id="_200f43e7-1385-46e2-a380-3ef16ebe7847">
<semantic:outgoing>_60ed96e6-5954-48de-861b-7d1e3c1fb23e</semantic:outgoing>
Expand Down Expand Up @@ -64,7 +64,7 @@
<semantic:flowNodeRef>_ae916437-d9aa-4e3d-a7c3-34998c410beb</semantic:flowNodeRef>
</semantic:lane>
</semantic:laneSet>
<semantic:dataObject isCollection="false" id="DF1373655174778"/>
<semantic:dataObject isCollection="false" id="DF1373655174778" name="Data Object"/>
<semantic:endEvent name="End Event Message" id="_2ee553a1-cb03-41e3-b285-345c826fc88d">
<semantic:incoming>_994697ca-8927-4c84-a9a6-8682f8dee032</semantic:incoming>
<semantic:messageEventDefinition messageRef="Message_1373655174960"/>
Expand Down
4 changes: 2 additions & 2 deletions Reference/B.2.0.bpmn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<semantic:definitions id="_1373638079286" name="B.2.0" targetNamespace="http://www.trisotech.com/definitions/_1373638079286" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<semantic:globalUserTask implementation="##WebService" name="Call Activity calling a Global User Task" id="_d4afdad7-65a5-40c6-9fee-e13ba4c0bed4"/>
<semantic:dataStore capacity="0" isUnlimited="false" id="DS1373638079677"/>
<semantic:dataStore capacity="0" isUnlimited="false" id="DS1373638079677" name="Data Store Reference" />
<semantic:process isExecutable="false" id="Process_ba16239e-181e-4b9f-bc5b-0bb2ee973450">
<semantic:startEvent name="Start Event 3" id="_200f43e7-1385-46e2-a380-3ef16ebe7847">
<semantic:outgoing>_60ed96e6-5954-48de-861b-7d1e3c1fb23e</semantic:outgoing>
Expand Down Expand Up @@ -166,7 +166,7 @@
<semantic:incoming>_2c124731-3338-46e0-81b5-b435f34941c8</semantic:incoming>
<semantic:outgoing>_19a7094a-7bdf-4819-af86-be22d2cfdc49</semantic:outgoing>
</semantic:task>
<semantic:dataObjectReference dataObjectRef="DF1373638080458" id="_aa8c769a-276c-4589-b182-7c7bbd0a9e1e"/>
<semantic:dataObjectReference dataObjectRef="DF1373638080458" name="Data Object" id="_aa8c769a-276c-4589-b182-7c7bbd0a9e1e"/>
<semantic:sequenceFlow sourceRef="_4e71bf73-1719-401e-a9a2-85dc89fc1150" targetRef="_d84e5824-7bb7-4057-9dba-6c8794f7948c" name="" id="_2c124731-3338-46e0-81b5-b435f34941c8"/>
<semantic:sequenceFlow sourceRef="_d84e5824-7bb7-4057-9dba-6c8794f7948c" targetRef="_76ee26df-2c95-495b-9d9a-cb806aea6baf" name="" id="_19a7094a-7bdf-4819-af86-be22d2cfdc49"/>
<semantic:sequenceFlow sourceRef="_76ee26df-2c95-495b-9d9a-cb806aea6baf" targetRef="_0e87da16-736e-45b2-95e5-8f45940f3adf" name="" id="_e1f948a6-db76-4c35-ba36-e430eecb63a4"/>
Expand Down

0 comments on commit 237294f

Please sign in to comment.