diff --git a/e2e/resources/activiti7/simpleapp/processes/processwithvariables-extensions.json b/e2e/resources/activiti7/simpleapp/processes/processwithvariables-extensions.json
deleted file mode 100755
index e5822f72a1..0000000000
--- a/e2e/resources/activiti7/simpleapp/processes/processwithvariables-extensions.json
+++ /dev/null
@@ -1 +0,0 @@
-{"id":"process-c5040521-f596-4748-b3c5-15c8b9868906","extensions":{"properties":{"7cf99919-ca35-41a5-a7b0-289e05d44604":{"id":"7cf99919-ca35-41a5-a7b0-289e05d44604","name":"nameString","type":"string","required":true,"value":"string"},"059e303d-07d6-4fbc-9121-557419db3ca8":{"id":"059e303d-07d6-4fbc-9121-557419db3ca8","name":"name","type":"date","required":true,"value":"date"}},"mappings":{}}}
\ No newline at end of file
diff --git a/e2e/resources/activiti7/simpleapp/processes/processwithvariables.bpmn20.xml b/e2e/resources/activiti7/simpleapp/processes/processwithvariables.bpmn20.xml
deleted file mode 100755
index 53174bb488..0000000000
--- a/e2e/resources/activiti7/simpleapp/processes/processwithvariables.bpmn20.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/e2e/resources/activiti7/simpleapp/processes/simpleProcess-extensions.json b/e2e/resources/activiti7/simpleapp/processes/simpleProcess-extensions.json
deleted file mode 100755
index c7a381ffd4..0000000000
--- a/e2e/resources/activiti7/simpleapp/processes/simpleProcess-extensions.json
+++ /dev/null
@@ -1 +0,0 @@
-{"id":"process-75651812-d60b-4a4c-892f-55eb095705c8","extensions":{"properties":{},"mappings":{}}}
\ No newline at end of file
diff --git a/e2e/resources/activiti7/simpleapp/processes/simpleProcess.bpmn20.xml b/e2e/resources/activiti7/simpleapp/processes/simpleProcess.bpmn20.xml
deleted file mode 100755
index a2d8412be6..0000000000
--- a/e2e/resources/activiti7/simpleapp/processes/simpleProcess.bpmn20.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/e2e/resources/activiti7/simpleapp/simpleapp.json b/e2e/resources/activiti7/simpleapp/simpleapp.json
deleted file mode 100755
index c8cc18849a..0000000000
--- a/e2e/resources/activiti7/simpleapp/simpleapp.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"simpleapp","version":"1","description":""}
\ No newline at end of file
diff --git a/e2e/util/resources.js b/e2e/util/resources.js
index ad1b569d07..efde1cb99e 100644
--- a/e2e/util/resources.js
+++ b/e2e/util/resources.js
@@ -527,10 +527,10 @@ exports.ACTIVITI7_APPS = {
name: "candidatebaseapp",
file_location: "/resources/activiti7/candidatebaseapp.zip",
processes: {
- candidateUserProcess: "candidateUserProcess",
- candidateGroupProcess: "candidateGroupProcess",
- anotherCandidateGroupProcess: "anotherCandidateGroupProcess",
- uploadFileProcess: "uploadFileProcess"
+ candidateUserProcess: "candidateuserprocess",
+ candidateGroupProcess: "candidategroupprocess",
+ anotherCandidateGroupProcess: "anothercandidategroup",
+ uploadFileProcess: "uploadfileprocess"
}
},
SIMPLE_APP: {