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
14eb039d
Commit
14eb039d
authored
1 month ago
by
trantzas
Browse files
Options
Downloads
Patches
Plain Diff
Replace invalid characters in ServiceActionProcess.bpmn (fix for
#32
)
parent
74825c76
No related branches found
No related tags found
No related merge requests found
Pipeline
#14696
passed
2 weeks ago
Stage: build
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/processes/ServiceActionProcess.bpmn
+4
-4
4 additions, 4 deletions
src/main/resources/processes/ServiceActionProcess.bpmn
with
4 additions
and
4 deletions
src/main/resources/processes/ServiceActionProcess.bpmn
+
4
−
4
View file @
14eb039d
...
@@ -44,11 +44,11 @@
...
@@ -44,11 +44,11 @@
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"flow22"
sourceRef=
"stServiceActivationAction"
targetRef=
"stServiceActionComplete"
></sequenceFlow>
<sequenceFlow
id=
"flow22"
sourceRef=
"stServiceActivationAction"
targetRef=
"stServiceActionComplete"
></sequenceFlow>
<sequenceFlow
id=
"flow23"
sourceRef=
"stInactiveAction"
targetRef=
"stServiceActionComplete"
></sequenceFlow>
<sequenceFlow
id=
"flow23"
sourceRef=
"stInactiveAction"
targetRef=
"stServiceActionComplete"
></sequenceFlow>
<serviceTask
id=
"stServiceEvaluate
Α
ction"
name=
"Service Evaluate
Α
ction"
activiti:delegateExpression=
"${ServiceEvaluateAction}"
></serviceTask>
<serviceTask
id=
"stServiceEvaluate
A
ction"
name=
"Service Evaluate
A
ction"
activiti:delegateExpression=
"${ServiceEvaluateAction}"
></serviceTask>
<sequenceFlow
id=
"flow24"
name=
"saction HandleEvaluateService"
sourceRef=
"exclusivegateway1"
targetRef=
"stServiceEvaluate
Α
ction"
>
<sequenceFlow
id=
"flow24"
name=
"saction HandleEvaluateService"
sourceRef=
"exclusivegateway1"
targetRef=
"stServiceEvaluate
A
ction"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${saction=='HandleEvaluateService'}]]>
</conditionExpression>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${saction=='HandleEvaluateService'}]]>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"flow25"
sourceRef=
"stServiceEvaluate
Α
ction"
targetRef=
"stServiceActionComplete"
></sequenceFlow>
<sequenceFlow
id=
"flow25"
sourceRef=
"stServiceEvaluate
A
ction"
targetRef=
"stServiceActionComplete"
></sequenceFlow>
<serviceTask
id=
"stCRTerminate"
name=
"CR Terminate Task"
activiti:delegateExpression=
"${CRTerminateTask}"
></serviceTask>
<serviceTask
id=
"stCRTerminate"
name=
"CR Terminate Task"
activiti:delegateExpression=
"${CRTerminateTask}"
></serviceTask>
<sequenceFlow
id=
"flow26"
name=
"saction CRTerminate"
sourceRef=
"exclusivegateway1"
targetRef=
"stCRTerminate"
>
<sequenceFlow
id=
"flow26"
name=
"saction CRTerminate"
sourceRef=
"exclusivegateway1"
targetRef=
"stCRTerminate"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${saction=='CRTerminate'}]]>
</conditionExpression>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${saction=='CRTerminate'}]]>
</conditionExpression>
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
<bpmndi:BPMNShape
bpmnElement=
"endevent1"
id=
"BPMNShape_endevent1"
>
<bpmndi:BPMNShape
bpmnElement=
"endevent1"
id=
"BPMNShape_endevent1"
>
<omgdc:Bounds
height=
"35.0"
width=
"35.0"
x=
"1170.0"
y=
"218.0"
></omgdc:Bounds>
<omgdc:Bounds
height=
"35.0"
width=
"35.0"
x=
"1170.0"
y=
"218.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"stServiceEvaluate
Α
ction"
id=
"BPMNShape_stServiceEvaluate
Α
ction"
>
<bpmndi:BPMNShape
bpmnElement=
"stServiceEvaluate
A
ction"
id=
"BPMNShape_stServiceEvaluate
A
ction"
>
<omgdc:Bounds
height=
"65.0"
width=
"105.0"
x=
"709.0"
y=
"571.0"
></omgdc:Bounds>
<omgdc:Bounds
height=
"65.0"
width=
"105.0"
x=
"709.0"
y=
"571.0"
></omgdc:Bounds>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"stCRTerminate"
id=
"BPMNShape_stCRTerminate"
>
<bpmndi:BPMNShape
bpmnElement=
"stCRTerminate"
id=
"BPMNShape_stCRTerminate"
>
...
...
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