From 439c7d61337f2f24f8497619a995614b246b65a5 Mon Sep 17 00:00:00 2001 From: Rihards Date: Mon, 1 Jun 2026 18:31:04 +0000 Subject: [PATCH] Add BPMNDI section so the diagram renders in ProcessGit's bpmn viewer The originally-imported BPMN had valid process logic but no section with shape/edge coordinates. bpmn-js needs the BPMNDI to lay out the diagram visually. Added linear left-to-right layout: 11 BPMNShape (1 start + 9 serviceTasks + 1 end) + 10 BPMNEdge. Process logic XML unchanged. --- bpmn/incident-triage.bpmn | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/bpmn/incident-triage.bpmn b/bpmn/incident-triage.bpmn index 916ff30..35facbe 100644 --- a/bpmn/incident-triage.bpmn +++ b/bpmn/incident-triage.bpmn @@ -271,4 +271,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +