Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jhipster-bpm-camunda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Hubert FONGARNAND
jhipster-bpm-camunda
Commits
ede1be93
Commit
ede1be93
authored
7 years ago
by
Hubert FONGARNAND
Browse files
Options
Downloads
Patches
Plain Diff
Change ids
parent
8ef59904
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/bpmn/test-1.bpmn
+1
-1
1 addition, 1 deletion
src/main/resources/bpmn/test-1.bpmn
src/test/java/fr/ippon/jhipster/bpm/process/TestProcessTest.java
+4
-0
4 additions, 0 deletions
...t/java/fr/ippon/jhipster/bpm/process/TestProcessTest.java
with
5 additions
and
1 deletion
src/main/resources/bpmn/test-1.bpmn
+
1
−
1
View file @
ede1be93
<?xml version="1.0" encoding="UTF-8"?>
<?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:di=
"http://www.omg.org/spec/DD/20100524/DI"
xmlns:dc=
"http://www.omg.org/spec/DD/20100524/DC"
xmlns:camunda=
"http://camunda.org/schema/1.0/bpmn"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
id=
"Definitions_1"
targetNamespace=
"http://bpmn.io/schema/bpmn"
exporter=
"Camunda Modeler"
exporterVersion=
"1.11.3"
>
<bpmn:definitions
xmlns:bpmn=
"http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:bpmndi=
"http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:di=
"http://www.omg.org/spec/DD/20100524/DI"
xmlns:dc=
"http://www.omg.org/spec/DD/20100524/DC"
xmlns:camunda=
"http://camunda.org/schema/1.0/bpmn"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
id=
"Definitions_1"
targetNamespace=
"http://bpmn.io/schema/bpmn"
exporter=
"Camunda Modeler"
exporterVersion=
"1.11.3"
>
<bpmn:process
id=
"Process
_1
"
isExecutable=
"true"
>
<bpmn:process
id=
"
Test
Process"
isExecutable=
"true"
>
<bpmn:endEvent
id=
"EndEvent_0j97txi"
>
<bpmn:endEvent
id=
"EndEvent_0j97txi"
>
<bpmn:incoming>
SequenceFlow_17w5nfr
</bpmn:incoming>
<bpmn:incoming>
SequenceFlow_17w5nfr
</bpmn:incoming>
</bpmn:endEvent>
</bpmn:endEvent>
...
...
This diff is collapsed.
Click to expand it.
src/test/java/fr/ippon/jhipster/bpm/process/TestProcessTest.java
0 → 100644
+
4
−
0
View file @
ede1be93
package
fr.ippon.jhipster.bpm.process
;
public
class
TestProcessTest
{
}
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