Merge branch 'sample-models-1' of github.com:sartography/sample-process-models into sample-models-1

This commit is contained in:
sartography-automated-committer 2023-06-12 20:08:58 +00:00
commit 0e8a439dab
3 changed files with 7 additions and 11 deletions

View File

@ -1,11 +1,9 @@
{ {
"description": "Process that raises an exception", "description": "Process that raises an exception",
"display_name": "Failing Process", "display_name": "Failing Process",
"display_order": 0,
"exception_notification_addresses": [], "exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault", "fault_or_suspend_on_exception": "fault",
"files": [],
"metadata_extraction_paths": null, "metadata_extraction_paths": null,
"primary_file_name": "failing_script_task.bpmn", "primary_file_name": "failing_script_task.bpmn",
"primary_process_id": "Process_FailingProcess" "primary_process_id": "Process_FailingProcess"
} }

View File

@ -21,21 +21,21 @@
</bpmn:process> </bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> <bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_Admin_Tools_Test"> <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_Admin_Tools_Test">
<bpmndi:BPMNShape id="Event_17e2qgy_di" bpmnElement="Event_17e2qgy"> <bpmndi:BPMNShape id="Event_1qodpuj_di" bpmnElement="Event_1qodpuj">
<dc:Bounds x="352" y="152" width="36" height="36" /> <dc:Bounds x="742" y="152" width="36" height="36" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_02srymo_di" bpmnElement="Activity_039a4i7"> <bpmndi:BPMNShape id="Activity_02srymo_di" bpmnElement="Activity_039a4i7">
<dc:Bounds x="440" y="130" width="100" height="80" /> <dc:Bounds x="440" y="130" width="100" height="80" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1qodpuj_di" bpmnElement="Event_1qodpuj">
<dc:Bounds x="742" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1r3vbnd_di" bpmnElement="Activity_0sqxs4d"> <bpmndi:BPMNShape id="Activity_1r3vbnd_di" bpmnElement="Activity_0sqxs4d">
<dc:Bounds x="600" y="130" width="100" height="80" /> <dc:Bounds x="600" y="130" width="100" height="80" />
<bpmndi:BPMNLabel /> <bpmndi:BPMNLabel />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_17e2qgy_di" bpmnElement="Event_17e2qgy">
<dc:Bounds x="322" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ist4rn_di" bpmnElement="Flow_1ist4rn"> <bpmndi:BPMNEdge id="Flow_1ist4rn_di" bpmnElement="Flow_1ist4rn">
<di:waypoint x="388" y="170" /> <di:waypoint x="358" y="170" />
<di:waypoint x="440" y="170" /> <di:waypoint x="440" y="170" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0vzi07z_di" bpmnElement="Flow_0vzi07z"> <bpmndi:BPMNEdge id="Flow_0vzi07z_di" bpmnElement="Flow_0vzi07z">

View File

@ -1,10 +1,8 @@
{ {
"description": "Examine behaviors and edge cases around pausing, rewinding, editing, and resuming a process.", "description": "Examine behaviors and edge cases around pausing, rewinding, editing, and resuming a process.",
"display_name": "Admin Pause, Edit, and Continue Features", "display_name": "Admin Pause, Edit, and Continue Features",
"display_order": 0,
"exception_notification_addresses": [], "exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault", "fault_or_suspend_on_exception": "fault",
"files": [],
"metadata_extraction_paths": null, "metadata_extraction_paths": null,
"primary_file_name": "admin_tools_test.bpmn", "primary_file_name": "admin_tools_test.bpmn",
"primary_process_id": "Process_Admin_Tools_Test" "primary_process_id": "Process_Admin_Tools_Test"