-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: engine-browser-examples bpmn demo 更新
- Loading branch information
1 parent
fc563ec
commit 2fd2e0d
Showing
28 changed files
with
909 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+914 Bytes
examples/engine-browser-examples/src/assets/bpmn/end-event-none.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+894 Bytes
examples/engine-browser-examples/src/assets/bpmn/start-event-none.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+717 Bytes
examples/engine-browser-examples/src/assets/bpmn/subprocess-collapsed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+718 Bytes
examples/engine-browser-examples/src/assets/bpmn/subprocess-expanded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
255 changes: 255 additions & 0 deletions
255
examples/engine-browser-examples/src/pages/extension/bpmn/bpmn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,255 @@ | ||
{ | ||
"bpmn:definitions": { | ||
"-xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", | ||
"-xmlns:bpmn": "http://www.omg.org/spec/BPMN/20100524/MODEL", | ||
"-xmlns:bpmndi": "http://www.omg.org/spec/BPMN/20100524/DI", | ||
"-xmlns:dc": "http://www.omg.org/spec/DD/20100524/DC", | ||
"-xmlns:di": "http://www.omg.org/spec/DD/20100524/DI", | ||
"-id": "Definitions_06hsjbb", | ||
"-targetNamespace": "http://bpmn.io/schema/bpmn", | ||
"-exporter": "bpmn-js (https://demo.bpmn.io)", | ||
"-exporterVersion": "7.3.0", | ||
"bpmn:process": { | ||
"-id": "Process_0zfyzey", | ||
"-isExecutable": "false", | ||
"bpmn:startEvent": { | ||
"-id": "StartEvent_072hx11", | ||
"bpmn:outgoing": "Flow_17mk55x" | ||
}, | ||
"bpmn:exclusiveGateway": { | ||
"-id": "Gateway_11dyzcj", | ||
"bpmn:incoming": "Flow_00um71v", | ||
"bpmn:outgoing": ["Flow_1iy6wvy", "Flow_05w5m1i"] | ||
}, | ||
"bpmn:sequenceFlow": [ | ||
{ | ||
"-id": "Flow_17mk55x", | ||
"-sourceRef": "StartEvent_072hx11", | ||
"-targetRef": "Activity_00hpzik" | ||
}, | ||
{ | ||
"-id": "Flow_00um71v", | ||
"-sourceRef": "Activity_00hpzik", | ||
"-targetRef": "Gateway_11dyzcj" | ||
}, | ||
{ | ||
"-id": "Flow_1iy6wvy", | ||
"-sourceRef": "Gateway_11dyzcj", | ||
"-targetRef": "Activity_1r8wi1d" | ||
}, | ||
{ | ||
"-id": "Flow_091o1xz", | ||
"-sourceRef": "Activity_1r8wi1d", | ||
"-targetRef": "Event_0e2j3bl" | ||
}, | ||
{ | ||
"-id": "Flow_05w5m1i", | ||
"-sourceRef": "Gateway_11dyzcj", | ||
"-targetRef": "Activity_0pbgbgt" | ||
}, | ||
{ | ||
"-id": "Flow_1hzglvd", | ||
"-sourceRef": "Activity_0pbgbgt", | ||
"-targetRef": "Event_1s9e2ln" | ||
} | ||
], | ||
"bpmn:endEvent": [ | ||
{ | ||
"-id": "Event_0e2j3bl", | ||
"bpmn:incoming": "Flow_091o1xz" | ||
}, | ||
{ | ||
"-id": "Event_1s9e2ln", | ||
"bpmn:incoming": "Flow_1hzglvd" | ||
} | ||
], | ||
"bpmn:serviceTask": { | ||
"-id": "Activity_1r8wi1d", | ||
"bpmn:incoming": "Flow_1iy6wvy", | ||
"bpmn:outgoing": "Flow_091o1xz" | ||
}, | ||
"bpmn:userTask": [ | ||
{ | ||
"-id": "Activity_00hpzik", | ||
"bpmn:incoming": "Flow_17mk55x", | ||
"bpmn:outgoing": "Flow_00um71v" | ||
}, | ||
{ | ||
"-id": "Activity_0pbgbgt", | ||
"bpmn:incoming": "Flow_05w5m1i", | ||
"bpmn:outgoing": "Flow_1hzglvd" | ||
} | ||
] | ||
}, | ||
"bpmndi:BPMNDiagram": { | ||
"-id": "BPMNDiagram_1", | ||
"bpmndi:BPMNPlane": { | ||
"-id": "BPMNPlane_1", | ||
"-bpmnElement": "Process_0zfyzey", | ||
"bpmndi:BPMNEdge": [ | ||
{ | ||
"-id": "Flow_091o1xz_di", | ||
"-bpmnElement": "Flow_091o1xz", | ||
"di:waypoint": [ | ||
{ | ||
"-x": "580", | ||
"-y": "130" | ||
}, | ||
{ | ||
"-x": "632", | ||
"-y": "130" | ||
} | ||
] | ||
}, | ||
{ | ||
"-id": "Flow_1iy6wvy_di", | ||
"-bpmnElement": "Flow_1iy6wvy", | ||
"di:waypoint": [ | ||
{ | ||
"-x": "435", | ||
"-y": "130" | ||
}, | ||
{ | ||
"-x": "480", | ||
"-y": "130" | ||
} | ||
] | ||
}, | ||
{ | ||
"-id": "Flow_00um71v_di", | ||
"-bpmnElement": "Flow_00um71v", | ||
"di:waypoint": [ | ||
{ | ||
"-x": "340", | ||
"-y": "130" | ||
}, | ||
{ | ||
"-x": "385", | ||
"-y": "130" | ||
} | ||
] | ||
}, | ||
{ | ||
"-id": "Flow_17mk55x_di", | ||
"-bpmnElement": "Flow_17mk55x", | ||
"di:waypoint": [ | ||
{ | ||
"-x": "188", | ||
"-y": "130" | ||
}, | ||
{ | ||
"-x": "240", | ||
"-y": "130" | ||
} | ||
] | ||
}, | ||
{ | ||
"-id": "Flow_05w5m1i_di", | ||
"-bpmnElement": "Flow_05w5m1i", | ||
"di:waypoint": [ | ||
{ | ||
"-x": "410", | ||
"-y": "155" | ||
}, | ||
{ | ||
"-x": "410", | ||
"-y": "240" | ||
}, | ||
{ | ||
"-x": "480", | ||
"-y": "240" | ||
} | ||
] | ||
}, | ||
{ | ||
"-id": "Flow_1hzglvd_di", | ||
"-bpmnElement": "Flow_1hzglvd", | ||
"di:waypoint": [ | ||
{ | ||
"-x": "580", | ||
"-y": "240" | ||
}, | ||
{ | ||
"-x": "632", | ||
"-y": "240" | ||
} | ||
] | ||
} | ||
], | ||
"bpmndi:BPMNShape": [ | ||
{ | ||
"-id": "Gateway_11dyzcj_di", | ||
"-bpmnElement": "Gateway_11dyzcj", | ||
"-isMarkerVisible": "true", | ||
"dc:Bounds": { | ||
"-x": "385", | ||
"-y": "105", | ||
"-width": "50", | ||
"-height": "50" | ||
} | ||
}, | ||
{ | ||
"-id": "Event_0e2j3bl_di", | ||
"-bpmnElement": "Event_0e2j3bl", | ||
"dc:Bounds": { | ||
"-x": "632", | ||
"-y": "112", | ||
"-width": "36", | ||
"-height": "36" | ||
} | ||
}, | ||
{ | ||
"-id": "Activity_09ucrnv_di", | ||
"-bpmnElement": "Activity_1r8wi1d", | ||
"dc:Bounds": { | ||
"-x": "480", | ||
"-y": "90", | ||
"-width": "100", | ||
"-height": "80" | ||
} | ||
}, | ||
{ | ||
"-id": "Activity_13bhmg8_di", | ||
"-bpmnElement": "Activity_00hpzik", | ||
"dc:Bounds": { | ||
"-x": "240", | ||
"-y": "90", | ||
"-width": "100", | ||
"-height": "80" | ||
} | ||
}, | ||
{ | ||
"-id": "Activity_015rcjo_di", | ||
"-bpmnElement": "Activity_0pbgbgt", | ||
"dc:Bounds": { | ||
"-x": "480", | ||
"-y": "200", | ||
"-width": "100", | ||
"-height": "80" | ||
} | ||
}, | ||
{ | ||
"-id": "Event_1s9e2ln_di", | ||
"-bpmnElement": "Event_1s9e2ln", | ||
"dc:Bounds": { | ||
"-x": "632", | ||
"-y": "222", | ||
"-width": "36", | ||
"-height": "36" | ||
} | ||
}, | ||
{ | ||
"-id": "_BPMNShape_StartEvent_2", | ||
"-bpmnElement": "StartEvent_072hx11", | ||
"dc:Bounds": { | ||
"-x": "152", | ||
"-y": "112", | ||
"-width": "36", | ||
"-height": "36" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.