Skip to content

Commit eac7d49

Browse files
author
Noa Campos
committed
Update demo appearance and add new scenarios
1 parent 955dc47 commit eac7d49

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2324
-1527
lines changed

btm1.tlog

0 Bytes
Binary file not shown.

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262
<artifactId>jbpm-test</artifactId>
6363
<version>6.1.0.Final</version>
6464
</dependency>
65+
<dependency>
66+
<groupId>org.jbpm</groupId>
67+
<artifactId>jbpm-workitems</artifactId>
68+
<version>6.1.0.Final</version>
69+
</dependency>
70+
<dependency>
71+
<groupId>org.json</groupId>
72+
<artifactId>json</artifactId>
73+
<version>20140107</version>
74+
</dependency>
6575
<dependency>
6676
<groupId>org.slf4j</groupId>
6777
<artifactId>slf4j-simple</artifactId>

src/main/java/eu/pericles/processcompiler/web/resources/DemoResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static WorkspaceState loadScenario(String name) throws IOException {
8686

8787
String filename = p.getFileName().toString();
8888

89-
if (filename.endsWith(".ttl") || filename.endsWith(".bpmn")) {
89+
if (filename.endsWith(".ttl") || filename.endsWith(".bpmn")) {
9090
WSFile wsf = new WSFile();
9191
wsf.text = new String(Files.readAllBytes(p), UTF8);
9292
java.nio.file.Path desc = p.resolveSibling(filename + ".txt");

src/main/resources/Scenarios/AddMF/Ecosystem.graphml

Lines changed: 338 additions & 145 deletions
Large diffs are not rendered by default.
53.5 KB
Loading

src/main/resources/Scenarios/IngestAW/Ecosystem.graphml

Lines changed: 195 additions & 191 deletions
Large diffs are not rendered by default.
17.1 KB
Loading

src/main/resources/Scenarios/IngestDV/Ecosystem.graphml

Lines changed: 0 additions & 343 deletions
This file was deleted.
-73.6 KB
Binary file not shown.
-101 KB
Binary file not shown.

0 commit comments

Comments
 (0)