diff options
author | sanket12345 <SX00562924@techmahindra.com> | 2021-08-25 16:13:09 +0530 |
---|---|---|
committer | sanket12345 <SX00562924@techmahindra.com> | 2021-08-25 16:13:19 +0530 |
commit | 08e1502c1820a027f7412593023e9588cf4d37c8 (patch) | |
tree | b5f094cc36bf21bdefc02c446fc5fb5b2bece138 /bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/UpdateCnfAai.bpmn | |
parent | 11b71ce0c8520c4f20e00805bfadf2672a537d0e (diff) |
Implement Building Blocks for CNF AAI update
Code changes to implement Building Blocks for CNF AAI update and delete
Issue-ID: SO-3717
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
Change-Id: I93b555800a24048f6ecf4e7e786e4bdefa6952fc
Diffstat (limited to 'bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/UpdateCnfAai.bpmn')
-rw-r--r-- | bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/UpdateCnfAai.bpmn | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/UpdateCnfAai.bpmn b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/UpdateCnfAai.bpmn new file mode 100644 index 0000000000..01187b06b0 --- /dev/null +++ b/bpmn/so-bpmn-building-blocks/src/main/resources/subprocess/BuildingBlock/UpdateCnfAai.bpmn @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8"?> +<bpmn:definitions 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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0fq2csp" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.0.0"> + <bpmn:process id="UpdateCnfAai" name="UpdateCnfAai" isExecutable="true"> + <bpmn:startEvent id="UpdateCnfAai_start" name="UpdateCnfAai_start"> + <bpmn:outgoing>Flow_17d9zpo</bpmn:outgoing> + </bpmn:startEvent> + <bpmn:serviceTask id="Activity_0tu6gf2" name="Prepare for Cnf AAI Update Call" camunda:expression="${CnfAdapterCreateTasks.prepareForCnfUpdateOrDelete(InjectExecution.execute(execution, execution.getVariable("gBuildingBlockExecution")))}"> + <bpmn:incoming>Flow_17d9zpo</bpmn:incoming> + <bpmn:outgoing>Flow_01esiz5</bpmn:outgoing> + </bpmn:serviceTask> + <bpmn:callActivity id="Activity_0gpndy6" name="Call CNFAdapterAsync" calledElement="CNFAdapterAsyncCall"> + <bpmn:extensionElements> + <camunda:in source="apiPath" target="apiPath" /> + <camunda:in source="cnfRequestPayload" target="cnfRequestPayload" /> + <camunda:in source="correlator" target="correlator" /> + <camunda:in source="timeout" target="timeout" /> + <camunda:in source="messageType" target="messageType" /> + <camunda:in source="true" target="isDebugLogEnabled" /> + <camunda:out source="WorkflowException" target="WorkflowException" /> + <camunda:out source="asyncCallbackResponse" target="asyncCallbackResponse" /> + </bpmn:extensionElements> + <bpmn:incoming>Flow_01esiz5</bpmn:incoming> + <bpmn:outgoing>Flow_0tm9une</bpmn:outgoing> + </bpmn:callActivity> + <bpmn:serviceTask id="Activity_0npavuq" name="Process Response" camunda:expression="${CnfAdapterCreateTasks.processCnfUpdateOrDeleteAsyncResponse(InjectExecution.execute(execution, execution.getVariable("gBuildingBlockExecution")))}"> + <bpmn:incoming>Flow_0tm9une</bpmn:incoming> + <bpmn:outgoing>Flow_09shgs4</bpmn:outgoing> + </bpmn:serviceTask> + <bpmn:sequenceFlow id="Flow_01esiz5" sourceRef="Activity_0tu6gf2" targetRef="Activity_0gpndy6" /> + <bpmn:sequenceFlow id="Flow_0tm9une" sourceRef="Activity_0gpndy6" targetRef="Activity_0npavuq" /> + <bpmn:endEvent id="UpdateCnfAai_end" name="UpdateCnfAai_end"> + <bpmn:incoming>Flow_09shgs4</bpmn:incoming> + </bpmn:endEvent> + <bpmn:sequenceFlow id="Flow_09shgs4" sourceRef="Activity_0npavuq" targetRef="UpdateCnfAai_end" /> + <bpmn:sequenceFlow id="Flow_17d9zpo" sourceRef="UpdateCnfAai_start" targetRef="Activity_0tu6gf2" /> + <bpmn:subProcess id="Activity_09xxfqs" name="Error Handling " triggeredByEvent="true"> + <bpmn:startEvent id="Event_1t2fty4"> + <bpmn:outgoing>Flow_1js1xt1</bpmn:outgoing> + <bpmn:errorEventDefinition id="ErrorEventDefinition_1cxu4n4" /> + </bpmn:startEvent> + <bpmn:endEvent id="Event_1xa7ebu"> + <bpmn:incoming>Flow_1js1xt1</bpmn:incoming> + <bpmn:terminateEventDefinition id="TerminateEventDefinition_149n8uo" /> + </bpmn:endEvent> + <bpmn:sequenceFlow id="Flow_1js1xt1" sourceRef="Event_1t2fty4" targetRef="Event_1xa7ebu" /> + </bpmn:subProcess> + </bpmn:process> + <bpmndi:BPMNDiagram id="BPMNDiagram_1"> + <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateCnfAai"> + <bpmndi:BPMNEdge id="Flow_01esiz5_di" bpmnElement="Flow_01esiz5"> + <di:waypoint x="410" y="120" /> + <di:waypoint x="500" y="120" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_0tm9une_di" bpmnElement="Flow_0tm9une"> + <di:waypoint x="600" y="120" /> + <di:waypoint x="660" y="120" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_09shgs4_di" bpmnElement="Flow_09shgs4"> + <di:waypoint x="760" y="120" /> + <di:waypoint x="842" y="120" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge id="Flow_17d9zpo_di" bpmnElement="Flow_17d9zpo"> + <di:waypoint x="258" y="120" /> + <di:waypoint x="310" y="120" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="Activity_0tu6gf2_di" bpmnElement="Activity_0tu6gf2"> + <dc:Bounds x="310" y="80" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Event_0gv6qf0_di" bpmnElement="UpdateCnfAai_end"> + <dc:Bounds x="842" y="102" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="820" y="145" width="81" height="27" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="UpdateCnfAai_start"> + <dc:Bounds x="222" y="102" width="36" height="36" /> + <bpmndi:BPMNLabel> + <dc:Bounds x="195" y="145" width="90" height="27" /> + </bpmndi:BPMNLabel> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_0gpndy6_di" bpmnElement="Activity_0gpndy6"> + <dc:Bounds x="500" y="80" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_0npavuq_di" bpmnElement="Activity_0npavuq"> + <dc:Bounds x="660" y="80" width="100" height="80" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_09xxfqs_di" bpmnElement="Activity_09xxfqs" isExpanded="true"> + <dc:Bounds x="360" y="250" width="460" height="135" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge id="Flow_1js1xt1_di" bpmnElement="Flow_1js1xt1"> + <di:waypoint x="478" y="324" /> + <di:waypoint x="712" y="324" /> + </bpmndi:BPMNEdge> + <bpmndi:BPMNShape id="Event_1t2fty4_di" bpmnElement="Event_1t2fty4"> + <dc:Bounds x="442" y="306" width="36" height="36" /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Event_1xa7ebu_di" bpmnElement="Event_1xa7ebu"> + <dc:Bounds x="712" y="306" width="36" height="36" /> + </bpmndi:BPMNShape> + </bpmndi:BPMNPlane> + </bpmndi:BPMNDiagram> +</bpmn:definitions> |