Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.osom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSL
code
org.etsi.osl.osom
Commits
9dcbe8bb
Commit
9dcbe8bb
authored
4 months ago
by
George Tziavas
Browse files
Options
Downloads
Patches
Plain Diff
new file: src/main/resources/processes/MetricoDeploymentReq.bpmn
parent
d2eb7370
No related branches found
No related tags found
2 merge requests
!22
MR for Release 2024Q4
,
!19
METRICO integration
Pipeline
#10808
passed
4 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/processes/MetricoDeploymentReq.bpmn
+71
-0
71 additions, 0 deletions
src/main/resources/processes/MetricoDeploymentReq.bpmn
with
71 additions
and
0 deletions
src/main/resources/processes/MetricoDeploymentReq.bpmn
0 → 100644
+
71
−
0
View file @
9dcbe8bb
<?xml version="1.0" encoding="UTF-8"?>
<definitions
xmlns=
"http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:activiti=
"http://activiti.org/bpmn"
xmlns:bpmndi=
"http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:omgdc=
"http://www.omg.org/spec/DD/20100524/DC"
xmlns:omgdi=
"http://www.omg.org/spec/DD/20100524/DI"
typeLanguage=
"http://www.w3.org/2001/XMLSchema"
expressionLanguage=
"http://www.w3.org/1999/XPath"
targetNamespace=
"http://www.activiti.org/test"
>
<process
id=
"procMetricoDeploymentRequest"
name=
"Metrico Deployment Request"
isExecutable=
"true"
>
<startEvent
id=
"startevent1"
name=
"Start"
></startEvent>
<serviceTask
id=
"stMetricoCreateTask"
name=
"Metrico Create Task"
activiti:delegateExpression=
"${metricoOrchestrationService}"
></serviceTask>
<serviceTask
id=
"stCheckMetricoServiceDeployment"
name=
"Check METRICO Service Deployment"
activiti:delegateExpression=
"${metricoOrchestrationCheckDeploymentService}"
></serviceTask>
<exclusiveGateway
id=
"exclusivegateway1"
name=
"Exclusive Gateway"
></exclusiveGateway>
<intermediateCatchEvent
id=
"timerintermediatecatchevent1"
name=
"TimerCatchEvent"
>
<timerEventDefinition>
<timeDuration>
PT30S
</timeDuration>
</timerEventDefinition>
</intermediateCatchEvent>
<sequenceFlow
id=
"flow3"
sourceRef=
"stCheckMetricoServiceDeployment"
targetRef=
"exclusivegateway1"
></sequenceFlow>
<sequenceFlow
id=
"flow4"
sourceRef=
"exclusivegateway1"
targetRef=
"timerintermediatecatchevent1"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${!serviceDeploymentFinished}]]>
</conditionExpression>
</sequenceFlow>
<endEvent
id=
"endevent1"
name=
"End"
></endEvent>
<sequenceFlow
id=
"flow5"
sourceRef=
"exclusivegateway1"
targetRef=
"endevent1"
></sequenceFlow>
<sequenceFlow
id=
"flow6"
sourceRef=
"timerintermediatecatchevent1"
targetRef=
"stCheckMetricoServiceDeployment"
></sequenceFlow>
<sequenceFlow
id=
"flow7"
sourceRef=
"stMetricoCreateTask"
targetRef=
"stCheckMetricoServiceDeployment"
></sequenceFlow>
<sequenceFlow
id=
"flow8"
sourceRef=
"startevent1"
targetRef=
"stMetricoCreateTask"
></sequenceFlow>
</process>
<bpmndi:BPMNDiagram
id=
"BPMNDiagram_procMetricoDeploymentRequest"
>
<bpmndi:BPMNPlane
bpmnElement=
"procMetricoDeploymentRequest"
id=
"BPMNPlane_procMetricoDeploymentRequest"
>
<bpmndi:BPMNShape
bpmnElement=
"startevent1"
id=
"BPMNShape_startevent1"
>
<omgdc:Bounds
height=
"35.0"
width=
"35.0"
x=
"120.0"
y=
"165.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"stMetricoCreateTask"
id=
"BPMNShape_stMetricoCreateTask"
>
<omgdc:Bounds
height=
"91.0"
width=
"105.0"
x=
"250.0"
y=
"140.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"stCheckMetricoServiceDeployment"
id=
"BPMNShape_stCheckMetricoServiceDeployment"
>
<omgdc:Bounds
height=
"91.0"
width=
"105.0"
x=
"500.0"
y=
"140.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"exclusivegateway1"
id=
"BPMNShape_exclusivegateway1"
>
<omgdc:Bounds
height=
"40.0"
width=
"40.0"
x=
"800.0"
y=
"165.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"timerintermediatecatchevent1"
id=
"BPMNShape_timerintermediatecatchevent1"
>
<omgdc:Bounds
height=
"35.0"
width=
"35.0"
x=
"650.0"
y=
"330.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"endevent1"
id=
"BPMNShape_endevent1"
>
<omgdc:Bounds
height=
"35.0"
width=
"35.0"
x=
"950.0"
y=
"165.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
bpmnElement=
"flow3"
id=
"BPMNEdge_flow3"
>
<omgdi:waypoint
x=
"605.0"
y=
"185.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"800.0"
y=
"185.0"
></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"flow4"
id=
"BPMNEdge_flow4"
>
<omgdi:waypoint
x=
"820.0"
y=
"205.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"820.0"
y=
"347.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"685.0"
y=
"347.0"
></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"flow5"
id=
"BPMNEdge_flow5"
>
<omgdi:waypoint
x=
"840.0"
y=
"185.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"950.0"
y=
"182.0"
></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"flow6"
id=
"BPMNEdge_flow6"
>
<omgdi:waypoint
x=
"650.0"
y=
"347.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"552.0"
y=
"347.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"552.0"
y=
"231.0"
></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"flow7"
id=
"BPMNEdge_flow7"
>
<omgdi:waypoint
x=
"355.0"
y=
"185.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"500.0"
y=
"185.0"
></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"flow8"
id=
"BPMNEdge_flow8"
>
<omgdi:waypoint
x=
"155.0"
y=
"182.0"
></omgdi:waypoint>
<omgdi:waypoint
x=
"250.0"
y=
"185.0"
></omgdi:waypoint>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment