mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Refactor e2e PS-Cloud and add sleep before query (#4919)
* add sleep before query process service and refactor resources process name * fix spell problem and increase size build check core
This commit is contained in:
@@ -516,14 +516,21 @@ exports.Files = {
|
||||
exports.ACTIVITI7_APPS = {
|
||||
CANDIDATE_BASE_APP: {
|
||||
name: "candidatebaseapp",
|
||||
file_location: "/resources/activiti7/candidatebaseapp.zip"
|
||||
file_location: "/resources/activiti7/candidatebaseapp.zip",
|
||||
processes: {
|
||||
candidateUserProcess: "candidateUserProcess",
|
||||
candidateGroupProcess: "candidateGroupProcess",
|
||||
anotherCandidateGroupProcess: "anotherCandidateGroupProcess",
|
||||
uploadFileProcess: "uploadFileProcess"
|
||||
}
|
||||
},
|
||||
SIMPLE_APP: {
|
||||
name: "simpleapp",
|
||||
file_location: "/resources/activiti7/simpleapp.zip",
|
||||
processes: {
|
||||
processwithvariables: "processwithvariables",
|
||||
simpleProcess: "simpleProcess"
|
||||
simpleProcess: "simpleProcess",
|
||||
dropdownrestprocess: "dropdownrestprocess"
|
||||
}
|
||||
},
|
||||
SUB_PROCESS_APP: {
|
||||
|
Reference in New Issue
Block a user