mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4948] Move the resources config in the process cloud lib - Part 2 (#5143)
* Move the resources in the cloud lib * Use adf cli * Add missing process definitions * Add debug points * Print new class * Use the resources under the adf-testing * Use the resources from testing package * Fix adf-testing bugs * remove empty row * Remove the npm install * Remove log stuff * Remove the console log * Fix typo on process def names Improve the debug e2e command * Fix lowercase name * Check the process cloud env and content env * Add the new process definitions * Add missing process definitions * Use the latest simpleapp * Rollback the bigFile * Use relative link * Trasnpile the adf-testing before using it
This commit is contained in:
committed by
Eugenio Romano
parent
ee5c90871a
commit
941df740d5
@@ -522,42 +522,3 @@ exports.Files = {
|
||||
|
||||
};
|
||||
|
||||
exports.ACTIVITI7_APPS = {
|
||||
CANDIDATE_BASE_APP: {
|
||||
name: "candidatebaseapp",
|
||||
file_location: "/resources/activiti7/candidatebaseapp.zip",
|
||||
processes: {
|
||||
candidateUserProcess: "candidateuserprocess",
|
||||
candidateGroupProcess: "candidategroupprocess",
|
||||
anotherCandidateGroupProcess: "anothercandidategroup",
|
||||
uploadFileProcess: "uploadfileprocess"
|
||||
},
|
||||
forms: {
|
||||
starteventform: "starteventform",
|
||||
formtotestvalidations: "formtotestvalidations"
|
||||
}
|
||||
},
|
||||
SIMPLE_APP: {
|
||||
name: "simpleapp",
|
||||
file_location: "/resources/activiti7/simpleapp.zip",
|
||||
processes: {
|
||||
processwithvariables: "processwithvariables",
|
||||
simpleProcess: "simpleprocess",
|
||||
dropdownrestprocess: "dropdownrestprocess"
|
||||
},
|
||||
forms: {
|
||||
tabVisibilityFields: {
|
||||
name: "tabvisibilitywithfields",
|
||||
id: "form-26b01063-4fb0-455f-b3ba-90172e013678"
|
||||
},
|
||||
tabVisibilityVars: {
|
||||
name: "tabvisibilitywithvars",
|
||||
id: "form-7bf363d2-83c9-4b00-853e-373d0d59963c"
|
||||
}
|
||||
}
|
||||
},
|
||||
SUB_PROCESS_APP: {
|
||||
name: "subprocessapp",
|
||||
file_location: "/resources/activiti7/subprocessapp.zip",
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user