mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
fixed call_activity_test w/ burnettk
This commit is contained in:
parent
2c85f38b58
commit
a5ffb293a6
@ -14,7 +14,7 @@
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0ch95w6" sourceRef="same_process_model" targetRef="external_process" />
|
||||
<bpmn:sequenceFlow id="Flow_0ouqbl8" sourceRef="external_process" targetRef="Event_1w7nqwy" />
|
||||
<bpmn:callActivity id="external_process" name="external process" calledElement="empty_workflow_with_user_task">
|
||||
<bpmn:callActivity id="external_process" name="external process" calledElement="process_to_call">
|
||||
<bpmn:incoming>Flow_0ch95w6</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ouqbl8</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
@ -28,13 +28,13 @@
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1w7nqwy_di" bpmnElement="Event_1w7nqwy">
|
||||
<dc:Bounds x="652" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_19no0cl_di" bpmnElement="external_process">
|
||||
<dc:Bounds x="460" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1w7nqwy_di" bpmnElement="Event_1w7nqwy">
|
||||
<dc:Bounds x="642" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1rcteeq_di" bpmnElement="Flow_1rcteeq">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
@ -45,7 +45,7 @@
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ouqbl8_di" bpmnElement="Flow_0ouqbl8">
|
||||
<di:waypoint x="560" y="177" />
|
||||
<di:waypoint x="652" y="177" />
|
||||
<di:waypoint x="642" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
@ -1,10 +1,8 @@
|
||||
{
|
||||
"description": "Call Activity",
|
||||
"display_name": "Call Activity",
|
||||
"display_order": 8,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "call_activity_test.bpmn",
|
||||
"primary_process_id": "Process_category_number_one_call_activity_call_activity_test_bd2e724"
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user