Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hubert FONGARNAND
jhipster-bpm-camunda
Commits
dcf11034
Commit
dcf11034
authored
Dec 20, 2017
by
Hubert FONGARNAND
Browse files
Fix task names
parent
0728557e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/bpmn/test-1.bpmn
View file @
dcf11034
...
...
@@ -6,11 +6,11 @@
</bpmn:endEvent>
<bpmn:sequenceFlow
id=
"SequenceFlow_1cdbpyo"
sourceRef=
"StartEvent_1"
targetRef=
"Task_1qgx3ke"
/>
<bpmn:sequenceFlow
id=
"SequenceFlow_17w5nfr"
sourceRef=
"Task_1qgx3ke"
targetRef=
"EndEvent_0j97txi"
/>
<bpmn:serviceTask
id=
"Task_1qgx3ke"
name=
"
Test
"
camunda:expression=
"#{printer.printMessage(execution)}"
>
<bpmn:serviceTask
id=
"Task_1qgx3ke"
name=
"
Hello World
"
camunda:expression=
"#{printer.printMessage(execution)}"
>
<bpmn:incoming>
SequenceFlow_1cdbpyo
</bpmn:incoming>
<bpmn:outgoing>
SequenceFlow_17w5nfr
</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:startEvent
id=
"StartEvent_1"
camunda:asyncAfter=
"true"
>
<bpmn:startEvent
id=
"StartEvent_1"
name=
"SayHello"
camunda:asyncAfter=
"true"
>
<bpmn:outgoing>
SequenceFlow_1cdbpyo
</bpmn:outgoing>
<bpmn:signalEventDefinition
signalRef=
"Signal_0bnb6yq"
/>
</bpmn:startEvent>
...
...
@@ -26,25 +26,25 @@
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
id=
"SequenceFlow_1cdbpyo_di"
bpmnElement=
"SequenceFlow_1cdbpyo"
>
<di:waypoint
xsi:type=
"dc:Point"
x=
"209"
y=
"120"
/>
<di:waypoint
xsi:type=
"dc:Point"
x=
"
293
"
y=
"120"
/>
<di:waypoint
xsi:type=
"dc:Point"
x=
"
306
"
y=
"120"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
x=
"2
5
1"
y=
"100"
width=
"0"
height=
"10"
/>
<dc:Bounds
x=
"21
2.5
"
y=
"100"
width=
"
9
0"
height=
"10"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
id=
"SequenceFlow_17w5nfr_di"
bpmnElement=
"SequenceFlow_17w5nfr"
>
<di:waypoint
xsi:type=
"dc:Point"
x=
"
393
"
y=
"120"
/>
<di:waypoint
xsi:type=
"dc:Point"
x=
"
406
"
y=
"120"
/>
<di:waypoint
xsi:type=
"dc:Point"
x=
"531"
y=
"120"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
x=
"4
6
2"
y=
"100"
width=
"0"
height=
"10"
/>
<dc:Bounds
x=
"42
3.5
"
y=
"100"
width=
"
9
0"
height=
"10"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape
id=
"ServiceTask_1r5ywpa_di"
bpmnElement=
"Task_1qgx3ke"
>
<dc:Bounds
x=
"
293
"
y=
"80"
width=
"100"
height=
"80"
/>
<dc:Bounds
x=
"
306
"
y=
"80"
width=
"100"
height=
"80"
/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
id=
"StartEvent_1gve085_di"
bpmnElement=
"StartEvent_1"
>
<dc:Bounds
x=
"173"
y=
"102"
width=
"36"
height=
"36"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
x=
"1
4
6"
y=
"138"
width=
"
0
"
height=
"10"
/>
<dc:Bounds
x=
"1
2
6"
y=
"138"
width=
"
45
"
height=
"10"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment