Skip to content

Commit

Permalink
Update model-badly-attached-elements.bpmn with conditional events
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyPicky committed Oct 21, 2020
1 parent d923f2b commit c843178
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/fixtures/bpmn/model-badly-attached-elements.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<semantic:boundaryEvent attachedToRef="nothing" cancelActivity="false" name="Boundary Intermediate Event Non-nterrupting Timer" id="boundary_event_non_interrupting_timer_id">
<semantic:timerEventDefinition/>
</semantic:boundaryEvent>
<semantic:boundaryEvent attachedToRef="nothing" cancelActivity="true" name="Boundary Intermediate Event Interrupting Conditional" id="boundary_event_interrupting_conditional_id">
<semantic:timerEventDefinition/>
</semantic:boundaryEvent>
<semantic:boundaryEvent attachedToRef="nothing" cancelActivity="false" name="Boundary Intermediate Event Non-nterrupting Conditional" id="boundary_event_non_interrupting_conditional_id">
<semantic:timerEventDefinition/>
</semantic:boundaryEvent>
</semantic:process>
<bpmndi:BPMNDiagram documentation="" id="Trisotech_Visio-_6" name="A.1.0" resolution="96.00000267028808">
<bpmndi:BPMNPlane bpmnElement="WFP-6-">
Expand Down

0 comments on commit c843178

Please sign in to comment.