mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-30045 Remove unused default apps (#10543)
This commit is contained in:
parent
1b3a29fd5f
commit
8d157c262b
Binary file not shown.
Binary file not shown.
@ -19,75 +19,6 @@
|
|||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
export const ACTIVITI_CLOUD_APPS: any = {
|
export const ACTIVITI_CLOUD_APPS: any = {
|
||||||
SUB_PROCESS_APP: {
|
|
||||||
name: 'subprocessapp',
|
|
||||||
file_location: (TAG = 'develop') =>
|
|
||||||
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/subprocessapp.zip?raw=true`,
|
|
||||||
processes: {
|
|
||||||
processchild: 'processchild',
|
|
||||||
processparent: 'processparent'
|
|
||||||
},
|
|
||||||
security: [
|
|
||||||
{ role: 'APPLICATION_MANAGER', groups: [], users: ['manageruser'] },
|
|
||||||
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['superadminuser'] },
|
|
||||||
{ role: 'ACTIVITI_USER', groups: ['hr', 'testgroup'], users: ['hruser'] }
|
|
||||||
],
|
|
||||||
variables: {
|
|
||||||
'process-runtime-service': {
|
|
||||||
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
CANDIDATE_BASE_APP: {
|
|
||||||
name: 'candidatebaseapp',
|
|
||||||
file_location: (TAG = 'develop') =>
|
|
||||||
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/candidatebaseapp.zip?raw=true`,
|
|
||||||
processes: {
|
|
||||||
candidateUserProcess: 'candidateuserprocess',
|
|
||||||
candidateGroupProcess: 'candidategroupprocess',
|
|
||||||
anotherCandidateGroupProcess: 'anothercandidategroup',
|
|
||||||
uploadFileProcess: 'uploadfileprocess',
|
|
||||||
processwithstarteventform: 'processwithstarteventform',
|
|
||||||
processwithjsonfilemapping: 'processwithjsonfilemapping',
|
|
||||||
assigneeProcess: 'assigneeprocess',
|
|
||||||
errorStartEventProcess: {
|
|
||||||
process_name: 'errorstartevent',
|
|
||||||
error_id: 'Error_END_EVENT',
|
|
||||||
error_code: '123'
|
|
||||||
},
|
|
||||||
errorBoundaryEventProcess: {
|
|
||||||
process_name: 'errorboundaryevent',
|
|
||||||
error_id: 'Error_END_EVENT',
|
|
||||||
error_code: '567'
|
|
||||||
},
|
|
||||||
errorExclusiveGateProcess: {
|
|
||||||
process_name: 'errorexclusivegate',
|
|
||||||
error_id: 'Error_OK',
|
|
||||||
error_code: '200'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
forms: {
|
|
||||||
starteventform: 'starteventform',
|
|
||||||
formtotestvalidations: 'formtotestvalidations',
|
|
||||||
uploadfileform: 'uploadfileform',
|
|
||||||
inputform: 'inputform',
|
|
||||||
outputform: 'outputform'
|
|
||||||
},
|
|
||||||
security: [
|
|
||||||
{ role: 'APPLICATION_MANAGER', groups: [], users: ['manageruser'] },
|
|
||||||
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['superadminuser', 'processadminuser'] },
|
|
||||||
{ role: 'ACTIVITI_USER', groups: ['hr', 'testgroup'], users: ['hruser', 'salesuser'] }
|
|
||||||
],
|
|
||||||
tasks: {
|
|
||||||
uploadFileTask: 'UploadFileTask',
|
|
||||||
candidateUserTask: 'candidateUserTask'
|
|
||||||
},
|
|
||||||
variables: {
|
|
||||||
'process-runtime-service': {
|
|
||||||
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
SIMPLE_APP: {
|
SIMPLE_APP: {
|
||||||
name: 'simpleapp',
|
name: 'simpleapp',
|
||||||
file_location: (TAG = 'develop') =>
|
file_location: (TAG = 'develop') =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user