Skip to content

Instantly share code, notes, and snippets.

@tomitrescak
Last active March 6, 2019 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomitrescak/cc7bfcd31e4b75d47dc9b11ddb1f628a to your computer and use it in GitHub Desktop.
Save tomitrescak/cc7bfcd31e4b75d47dc9b11ddb1f628a to your computer and use it in GitHub Desktop.
{
"$type": "bpmn:Definitions",
"id": "Definitions_1akzsyb",
"targetNamespace": "http://bpmn.io/schema/bpmn",
"exporter": "Camunda Modeler",
"exporterVersion": "2.2.4",
"rootElements": [
{
"$type": "bpmn:Collaboration",
"id": "Collaboration_0y95kdl",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Resource", "value": "userAdjustment" }
]
}
]
},
"participants": [
{ "$type": "bpmn:Participant", "id": "Participant_1cros1n", "name": "Student" },
{ "$type": "bpmn:Participant", "id": "Participant_07gcwxr", "name": "Supervisor" }
]
},
{
"$type": "bpmn:Process",
"id": "Process_1",
"isExecutable": false,
"laneSets": [
{
"$type": "bpmn:LaneSet",
"id": "LaneSet_0yxtvfy",
"lanes": [
{
"$type": "bpmn:Lane",
"id": "Lane_1gyu675",
"name": "Engineering Student",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "wsu:players",
"$children": [{ "$type": "wsu:player", "source": "Role", "name": "student" }]
},
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Role", "value": "student" }
]
}
]
}
},
{
"$type": "bpmn:Lane",
"id": "Lane_134tbkt",
"name": "School Admin",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "wsu:players",
"$children": [{ "$type": "wsu:player", "source": "Role", "name": "admin" }]
},
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Role", "value": "scemAdmin" }
]
}
]
}
}
]
}
],
"flowElements": [
{ "$type": "bpmn:StartEvent", "id": "StartEvent_1", "name": "Start" },
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_1v4vufq" },
{
"$type": "bpmn:UserTask",
"id": "Task_17t05yl",
"name": "Submit Request",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Resource", "value": "studentForm" }
]
}
]
}
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_1a0iw2t" },
{
"$type": "bpmn:SubProcess",
"id": "Task_1d8fd6i",
"name": "Approval",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Process", "value": "Process_1cjdh2u" }
]
}
]
}
},
{
"$type": "bpmn:BoundaryEvent",
"id": "BoundaryEvent_15kdtez",
"name": "Rejected",
"eventDefinitions": [{ "$type": "bpmn:ErrorEventDefinition" }]
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_0wldrva" },
{
"$type": "bpmn:EndEvent",
"id": "EndEvent_0ojrzkm",
"name": "Rejected",
"eventDefinitions": [{ "$type": "bpmn:TerminateEventDefinition" }]
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_0fvr9vw" },
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_1boj9kv" },
{ "$type": "bpmn:ExclusiveGateway", "id": "ExclusiveGateway_14c7ot2", "name": "Valid?" },
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_04z5i4h",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "this.formValid == false"
}
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_16r7eqg" },
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_0c71yza",
"name": "Yes",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "this.formValid == true"
}
},
{
"$type": "bpmn:SendTask",
"id": "Task_0f1st02",
"name": "Notify Student",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{
"$type": "camunda:property",
"name": "Resource",
"value": "notifyStudentPositive"
},
{ "$type": "camunda:property", "name": "Email", "value": "me@gmail.com" },
{
"$type": "camunda:property",
"name": "Subject",
"value": "Your request was approved"
},
{ "$type": "camunda:property", "name": "Role", "value": "scemAdmin" },
{ "$type": "camunda:property", "name": "User", "value": "$owner" }
]
}
]
}
},
{
"$type": "bpmn:ExclusiveGateway",
"id": "ExclusiveGateway_1ac4yx8",
"name": "Tech Request?"
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_11rmtdd" },
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_0wiye6r",
"name": "Yes",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "this.requestSoftware"
}
},
{
"$type": "bpmn:SendTask",
"id": "Task_01gi5e1",
"name": "Notify Tech",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Resource", "value": "notifyTech" },
{
"$type": "camunda:property",
"name": "Subject",
"value": "New Engineering Funding Job"
},
{ "$type": "camunda:property", "name": "Email", "value": "tech@scem.uws.edu.au" }
]
}
]
}
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_10uuo4q" },
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_02lqc4n",
"name": "No",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "!this.requestSoftware"
}
},
{ "$type": "bpmn:EndEvent", "id": "EndEvent_186c5v9", "name": "Accepted" },
{
"$type": "bpmn:UserTask",
"id": "Task_14qe8bh",
"name": "Validation",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Resource", "value": "adminValidation" },
{ "$type": "camunda:property", "name": "NotifyStart", "value": "email" },
{
"$type": "camunda:property",
"name": "NotifyStartResource",
"value": "adminValidation"
},
{ "$type": "camunda:property", "name": "NotifyStartRole", "value": "$performer" }
]
}
]
}
},
{ "$type": "bpmn:UserTask", "id": "Task_02gew3f", "name": "Adjusting" }
]
},
{
"$type": "bpmn:Process",
"id": "Process_1cjdh2u",
"isExecutable": false,
"laneSets": [
{
"$type": "bpmn:LaneSet",
"id": "LaneSet_0bj5idx",
"lanes": [
{
"$type": "bpmn:Lane",
"id": "Lane_01jbglx",
"name": "Supervisor",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "wsu:players",
"$children": [
{ "$type": "wsu:player", "source": "DataSetUid", "name": "supervisor" }
]
},
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "DataSetUid", "value": "supervisor" }
]
}
]
}
},
{
"$type": "bpmn:Lane",
"id": "Lane_07u09ox",
"name": "Approver",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "wsu:players",
"$children": [{ "$type": "wsu:player", "source": "DataSetUid", "name": "unit" }]
},
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "DataSetUid", "value": "unit" }
]
}
]
}
}
]
}
],
"flowElements": [
{ "$type": "bpmn:StartEvent", "id": "StartEvent_09cq8iu" },
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_1g6j69j" },
{
"$type": "bpmn:UserTask",
"id": "Task_1c0tszi",
"name": "Sign",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{ "$type": "camunda:property", "name": "Resource", "value": "supervisorForm" },
{ "$type": "camunda:property", "name": "NotifyStart", "value": "email" },
{ "$type": "camunda:property", "name": "NotifyStartUser", "value": "$performer" },
{
"$type": "camunda:property",
"name": "NotifyStartResource",
"value": "supervisorForm"
}
]
}
]
}
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_1rse4fv" },
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_0a5sfgx" },
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_0uakzqr",
"name": "Yes",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "this.supervisorSignature.rejected == false"
}
},
{
"$type": "bpmn:UserTask",
"id": "Task_0es3aa5",
"name": "Sign",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{
"$type": "camunda:property",
"name": "Resource",
"value": "unitCoordinatorForm"
},
{ "$type": "camunda:property", "name": "NotifyStart", "value": "email" },
{ "$type": "camunda:property", "name": "NotifyStartUser", "value": "$performer" },
{
"$type": "camunda:property",
"name": "NotifyStartResource",
"value": "unitCoordinatorForm"
}
]
}
]
}
},
{ "$type": "bpmn:ExclusiveGateway", "id": "ExclusiveGateway_0smd7rk", "name": "Valid?" },
{
"$type": "bpmn:SendTask",
"id": "SendTask_1z0mzw8",
"name": "Notify Student",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{
"$type": "camunda:property",
"name": "Resource",
"value": "notifyStudentNegative"
},
{ "$type": "camunda:property", "name": "User", "value": "$owner" },
{
"$type": "camunda:property",
"name": "Subject",
"value": "Funding request rejected"
}
]
}
]
}
},
{
"$type": "bpmn:EndEvent",
"id": "EndEvent_03j3sau",
"name": "Rejected",
"eventDefinitions": [
{ "$type": "bpmn:ErrorEventDefinition", "id": "ErrorEventDefinition_0zw6f91" }
]
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_06e7kp6" },
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_16lcfca",
"name": "No",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "this.unitCoordinatorSignature.rejected == true"
}
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_16obt5y" },
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_0u7aius",
"name": "Yes",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "this.unitCoordinatorSignature.rejected == false"
}
},
{ "$type": "bpmn:ExclusiveGateway", "id": "ExclusiveGateway_1r8olns", "name": "Valid?" },
{
"$type": "bpmn:SendTask",
"id": "Task_0cs2nx5",
"name": "Notify Student",
"extensionElements": {
"$type": "bpmn:ExtensionElements",
"values": [
{
"$type": "camunda:properties",
"$children": [
{
"$type": "camunda:property",
"name": "Resource",
"value": "notifyStudentNegative"
},
{ "$type": "camunda:property", "name": "User", "value": "$owner" },
{
"$type": "camunda:property",
"name": "Subject",
"value": "Funding request rejected"
}
]
}
]
}
},
{
"$type": "bpmn:EndEvent",
"id": "EndEvent_1lvj8zf",
"name": "Rejected",
"eventDefinitions": [{ "$type": "bpmn:ErrorEventDefinition" }]
},
{
"$type": "bpmn:SequenceFlow",
"id": "SequenceFlow_0gaxum7",
"name": "No",
"conditionExpression": {
"$type": "bpmn:FormalExpression",
"body": "this.supervisorSignature.rejected == true"
}
},
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_0qzliii" },
{ "$type": "bpmn:EndEvent", "id": "EndEvent_08flz5n", "name": "Approved" },
{ "$type": "bpmn:ParallelGateway", "id": "ParallelGateway_057tuxg" },
{ "$type": "bpmn:SequenceFlow", "id": "SequenceFlow_0vzw4mg" }
]
}
],
"diagrams": [
{
"$type": "bpmndi:BPMNDiagram",
"id": "BPMNDiagram_1",
"plane": {
"$type": "bpmndi:BPMNPlane",
"id": "BPMNPlane_1",
"planeElement": [
{
"$type": "bpmndi:BPMNShape",
"id": "Participant_1cros1n_di",
"bounds": { "$type": "dc:Bounds", "x": 123, "y": 82, "width": 1175, "height": 357 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "_BPMNShape_StartEvent_2",
"bounds": { "$type": "dc:Bounds", "x": 199, "y": 133, "width": 36, "height": 36 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "Lane_1gyu675_di",
"bounds": { "$type": "dc:Bounds", "x": 153, "y": 82, "width": 1145, "height": 174 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "Lane_134tbkt_di",
"bounds": { "$type": "dc:Bounds", "x": 153, "y": 256, "width": 1145, "height": 183 }
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_1v4vufq_di",
"waypoint": [
{ "$type": "dc:Point", "x": 235, "y": 151 },
{ "$type": "dc:Point", "x": 285, "y": 151 }
]
},
{
"$type": "bpmndi:BPMNShape",
"id": "UserTask_0jbb17f_di",
"bounds": { "$type": "dc:Bounds", "x": 285, "y": 111, "width": 100, "height": 80 }
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_1a0iw2t_di",
"waypoint": [
{ "$type": "dc:Point", "x": 385, "y": 151 },
{ "$type": "dc:Point", "x": 435, "y": 151 }
]
},
{
"$type": "bpmndi:BPMNShape",
"id": "SubProcess_0gbdh2u_di",
"bounds": { "$type": "dc:Bounds", "x": 435, "y": 111, "width": 100, "height": 80 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "BoundaryEvent_0hmovv0_di",
"bounds": { "$type": "dc:Bounds", "x": 517, "y": 133, "width": 36, "height": 36 },
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 545, "y": 117, "width": 44, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_0wldrva_di",
"waypoint": [
{ "$type": "dc:Point", "x": 553, "y": 151 },
{ "$type": "dc:Point", "x": 603, "y": 151 }
]
},
{
"$type": "bpmndi:BPMNShape",
"id": "EndEvent_03uocm9_di",
"bounds": { "$type": "dc:Bounds", "x": 603, "y": 133, "width": 36, "height": 36 },
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 599, "y": 176, "width": 44, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_0fvr9vw_di",
"waypoint": [
{ "$type": "dc:Point", "x": 485, "y": 191 },
{ "$type": "dc:Point", "x": 485, "y": 289 }
]
},
{
"$type": "bpmndi:BPMNShape",
"id": "ExclusiveGateway_14c7ot2_di",
"isMarkerVisible": true,
"bounds": { "$type": "dc:Bounds", "x": 678, "y": 304, "width": 50, "height": 50 },
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 660, "y": 289, "width": 30, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_1boj9kv_di",
"waypoint": [
{ "$type": "dc:Point", "x": 535, "y": 329 },
{ "$type": "dc:Point", "x": 678, "y": 329 }
]
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_04z5i4h_di",
"waypoint": [
{ "$type": "dc:Point", "x": 703, "y": 304 },
{ "$type": "dc:Point", "x": 703, "y": 191 }
]
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_16r7eqg_di",
"waypoint": [
{ "$type": "dc:Point", "x": 675, "y": 191 },
{ "$type": "dc:Point", "x": 675, "y": 229 },
{ "$type": "dc:Point", "x": 522, "y": 229 },
{ "$type": "dc:Point", "x": 522, "y": 289 }
]
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_0c71yza_di",
"waypoint": [
{ "$type": "dc:Point", "x": 728, "y": 329 },
{ "$type": "dc:Point", "x": 776, "y": 329 }
],
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 736, "y": 311, "width": 18, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNShape",
"id": "SendTask_0ezujg0_di",
"bounds": { "$type": "dc:Bounds", "x": 776, "y": 289, "width": 100, "height": 80 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "ExclusiveGateway_1ac4yx8_di",
"isMarkerVisible": true,
"bounds": { "$type": "dc:Bounds", "x": 924, "y": 304, "width": 50, "height": 50 },
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 912, "y": 280, "width": 74, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_11rmtdd_di",
"waypoint": [
{ "$type": "dc:Point", "x": 876, "y": 329 },
{ "$type": "dc:Point", "x": 924, "y": 329 }
]
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_0wiye6r_di",
"waypoint": [
{ "$type": "dc:Point", "x": 974, "y": 329 },
{ "$type": "dc:Point", "x": 1028, "y": 329 }
],
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 992, "y": 311, "width": 18, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNShape",
"id": "SendTask_0nn2ql3_di",
"bounds": { "$type": "dc:Bounds", "x": 1028, "y": 289, "width": 100, "height": 80 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "EndEvent_186c5v9_di",
"bounds": { "$type": "dc:Bounds", "x": 1202, "y": 311, "width": 36, "height": 36 },
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 1197, "y": 292, "width": 46, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_10uuo4q_di",
"waypoint": [
{ "$type": "dc:Point", "x": 1128, "y": 329 },
{ "$type": "dc:Point", "x": 1202, "y": 329 }
]
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_02lqc4n_di",
"waypoint": [
{ "$type": "dc:Point", "x": 949, "y": 354 },
{ "$type": "dc:Point", "x": 949, "y": 387 },
{ "$type": "dc:Point", "x": 1220, "y": 387 },
{ "$type": "dc:Point", "x": 1220, "y": 347 }
],
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 957, "y": 356, "width": 15, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNShape",
"id": "UserTask_0qjrc4z_di",
"bounds": { "$type": "dc:Bounds", "x": 435, "y": 289, "width": 100, "height": 80 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "Participant_07gcwxr_di",
"bounds": { "$type": "dc:Bounds", "x": 123, "y": 500, "width": 919, "height": 539 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "Lane_01jbglx_di",
"bounds": { "$type": "dc:Bounds", "x": 153, "y": 500, "width": 889, "height": 278 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "Lane_07u09ox_di",
"bounds": { "$type": "dc:Bounds", "x": 153, "y": 778, "width": 889, "height": 261 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "StartEvent_09cq8iu_di",
"bounds": { "$type": "dc:Bounds", "x": 204, "y": 590.5, "width": 36, "height": 36 }
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_1g6j69j_di",
"waypoint": [
{ "$type": "dc:Point", "x": 240, "y": 609 },
{ "$type": "dc:Point", "x": 290, "y": 609 }
]
},
{
"$type": "bpmndi:BPMNShape",
"id": "UserTask_0cjzzuf_di",
"bounds": { "$type": "dc:Bounds", "x": 290, "y": 569, "width": 100, "height": 80 }
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_1rse4fv_di",
"waypoint": [
{ "$type": "dc:Point", "x": 240, "y": 609 },
{ "$type": "dc:Point", "x": 265, "y": 609 },
{ "$type": "dc:Point", "x": 265, "y": 879 },
{ "$type": "dc:Point", "x": 290, "y": 879 }
]
},
{
"$type": "bpmndi:BPMNShape",
"id": "UserTask_0lh7ndf_di",
"bounds": { "$type": "dc:Bounds", "x": 290, "y": 839, "width": 100, "height": 80 }
},
{
"$type": "bpmndi:BPMNShape",
"id": "ExclusiveGateway_1r8olns_di",
"isMarkerVisible": true,
"bounds": { "$type": "dc:Bounds", "x": 496, "y": 584, "width": 50, "height": 50 },
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 506, "y": 563, "width": 30, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_0a5sfgx_di",
"waypoint": [
{ "$type": "dc:Point", "x": 390, "y": 609 },
{ "$type": "dc:Point", "x": 496, "y": 609 }
]
},
{
"$type": "bpmndi:BPMNShape",
"id": "EndEvent_08flz5n_di",
"bounds": { "$type": "dc:Bounds", "x": 809, "y": 591, "width": 36, "height": 36 },
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 803, "y": 567, "width": 48, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_0uakzqr_di",
"waypoint": [
{ "$type": "dc:Point", "x": 546, "y": 609 },
{ "$type": "dc:Point", "x": 708, "y": 609 }
],
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 548, "y": 591, "width": 18, "height": 14 }
}
},
{
"$type": "bpmndi:BPMNEdge",
"id": "SequenceFlow_0gaxum7_di",
"waypoint": [
{ "$type": "dc:Point", "x": 521, "y": 634 },
{ "$type": "dc:Point", "x": 521, "y": 669 }
],
"label": {
"$type": "bpmndi:BPMNLabel",
"bounds": { "$type": "dc:Bounds", "x": 529, "y": 640 }
}
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment