mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-35577 Remove default app from ng2-components
This commit is contained in:
Binary file not shown.
@@ -18,144 +18,7 @@
|
|||||||
/* cSpell:disable */
|
/* cSpell:disable */
|
||||||
/* eslint-disable @typescript-eslint/naming-convention */
|
/* eslint-disable @typescript-eslint/naming-convention */
|
||||||
|
|
||||||
export const ACTIVITI_CLOUD_APPS: any = {
|
export const ACTIVITI_CLOUD_APPS: any = { };
|
||||||
SIMPLE_APP: {
|
|
||||||
name: 'simpleapp',
|
|
||||||
file_location: (TAG = 'develop') =>
|
|
||||||
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/simpleapp.zip?raw=true`,
|
|
||||||
processes: {
|
|
||||||
processwithvariables: 'processwithvariables',
|
|
||||||
simpleProcess: 'simpleprocess',
|
|
||||||
dropdownrestprocess: 'dropdownrestprocess',
|
|
||||||
multilingualprocess: 'multilingualprocess',
|
|
||||||
processWithTabVisibility: 'processwithtabvisibility',
|
|
||||||
startmessageevent: 'start-message-event',
|
|
||||||
intermediatemessageevent: 'intermediate-message-event',
|
|
||||||
intboundaryevent: 'int-boundary-event',
|
|
||||||
nonintboundaryevent: 'nonint-boundary-event',
|
|
||||||
intboundarysubprocess: 'int-boundary-subprocess',
|
|
||||||
intstartmessageevent: 'int-start-message-event',
|
|
||||||
nonintstartmessageevent: 'nonint-start-message-event',
|
|
||||||
siblingtaskprocess: 'siblingtaskprocess',
|
|
||||||
startTaskVisibilityForm: 'start-task-visibility-form',
|
|
||||||
startVisibilityForm: 'start-visibility-form',
|
|
||||||
processstring: 'processstring',
|
|
||||||
processinteger: 'processinteger',
|
|
||||||
processboolean: 'processboolean',
|
|
||||||
processdate: 'processdate',
|
|
||||||
multiprocess: 'multiprocess',
|
|
||||||
terminateexclusive: 'terminate-exclusive',
|
|
||||||
terminatesubprocess: 'terminate-subprocess',
|
|
||||||
multiinstancedmnparallel: 'multiinstance-dmnparallel',
|
|
||||||
multiinstancecallactivity: 'multiinstance-callactivity',
|
|
||||||
multiinstancecollection: 'multiinstance-collection',
|
|
||||||
multiinstancecompletion: 'multiinstance-completion',
|
|
||||||
multiinstancesequential: 'multiinstance-sequential',
|
|
||||||
multiinstanceservicetask: 'multiinstance-servicetask',
|
|
||||||
multiinstanceusertask: 'multiinstance-usertask',
|
|
||||||
multiinstancedmnsequence: 'multiinstance-dmnsequence',
|
|
||||||
multiinstancemanualtask: 'multiinstance-manualtask',
|
|
||||||
multiinstancesubprocess: 'multiinstance-subprocess',
|
|
||||||
calledprocess: 'calledprocess',
|
|
||||||
booleanvisibilityprocess: 'booleanvisibilityprocess',
|
|
||||||
numbervisibilityprocess: 'numbervisibilityprocess',
|
|
||||||
processformoutcome: 'outcomebuttons',
|
|
||||||
uploadSingleMultipleFiles: 'upload-single-multiple-pro',
|
|
||||||
processDisplayRestJson: 'process-display-rest-json',
|
|
||||||
poolStartEndMessageThrow: 'pool-start-end-mess-throw',
|
|
||||||
poolStartEndMessageCatch: 'pool-start-end-mess-catch',
|
|
||||||
poolProcessCalled: 'pool-process-called',
|
|
||||||
poolProcessCalling: 'pool-process-calling',
|
|
||||||
poolNonIntBoundaryThrown: 'pool-nonint-boundary-throw',
|
|
||||||
poolNonIntBoundaryCatch: 'pool-nonint-boundary-catch',
|
|
||||||
poolIntermediateMessageThrow: 'pool-interm-message-throw',
|
|
||||||
poolIntermediateMessageCatch: 'pool-interm-message-catch',
|
|
||||||
poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw',
|
|
||||||
poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch',
|
|
||||||
poolInterruptingBoundaryThrow: 'pool-int-boundary-throw',
|
|
||||||
poolInterruptingBoundaryCatch: 'pool-int-boundary-catch',
|
|
||||||
outputVariablesMapping: 'output-variables-mapping'
|
|
||||||
},
|
|
||||||
forms: {
|
|
||||||
tabVisibilityFields: {
|
|
||||||
name: 'tabvisibilitywithfields'
|
|
||||||
},
|
|
||||||
tabVisibilityVars: {
|
|
||||||
name: 'tabvisibilitywithvars'
|
|
||||||
},
|
|
||||||
usertaskform: {
|
|
||||||
name: 'usertaskform'
|
|
||||||
},
|
|
||||||
dropdownform: {
|
|
||||||
name: 'dropdownform'
|
|
||||||
},
|
|
||||||
formVisibility: {
|
|
||||||
name: 'form-visibility'
|
|
||||||
},
|
|
||||||
multilingualform: {
|
|
||||||
name: 'multilingualform'
|
|
||||||
},
|
|
||||||
inputform: {
|
|
||||||
name: 'inputform'
|
|
||||||
},
|
|
||||||
outputform: {
|
|
||||||
name: 'outputform'
|
|
||||||
},
|
|
||||||
exclusiveconditionform: {
|
|
||||||
name: 'exclusive-condition-form'
|
|
||||||
},
|
|
||||||
uploadlocalfileform: {
|
|
||||||
name: 'upload-localfile-form'
|
|
||||||
},
|
|
||||||
booleanvisibility: {
|
|
||||||
name: 'booleanvisibility'
|
|
||||||
},
|
|
||||||
requirednumbervisibility: {
|
|
||||||
name: 'requirednumbervisibility'
|
|
||||||
},
|
|
||||||
mealform: {
|
|
||||||
name: 'mealform'
|
|
||||||
},
|
|
||||||
resultcollectionform: {
|
|
||||||
name: 'resultcollectionform'
|
|
||||||
},
|
|
||||||
uploadSingleMultiple: {
|
|
||||||
name: 'upload-single-multiple',
|
|
||||||
widgets: {
|
|
||||||
contentMultipleAttachFileId: 'UploadMultipleFileFromContentId'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
formWithJsonWidget: {
|
|
||||||
name: 'form-with-json-widget'
|
|
||||||
},
|
|
||||||
formWithAllWidgets: {
|
|
||||||
name: 'form-with-all-widgets'
|
|
||||||
},
|
|
||||||
poolForm: {
|
|
||||||
name: 'pool-usertaskform'
|
|
||||||
},
|
|
||||||
formWithSingleInput: {
|
|
||||||
name: 'form-with-single-input'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
tasks: {
|
|
||||||
processstring: 'inputtask',
|
|
||||||
uploadSingleMultipleFiles: 'UploadSingleMultipleFiles'
|
|
||||||
},
|
|
||||||
security: [
|
|
||||||
{ role: 'APPLICATION_MANAGER', groups: [], users: ['manageruser'] },
|
|
||||||
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['superadminuser', 'processadminuser'] },
|
|
||||||
{ role: 'ACTIVITI_USER', groups: ['hr', 'sales', 'testgroup'], users: ['hruser'] }
|
|
||||||
],
|
|
||||||
infrastructure: { connectors: { restconnector: {} }, bridges: {} },
|
|
||||||
enableLocalDevelopment: true,
|
|
||||||
variables: {
|
|
||||||
'process-runtime-service': {
|
|
||||||
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
export const ACTIVITI_APPS: any = {
|
export const ACTIVITI_APPS: any = {
|
||||||
apps: [
|
apps: [
|
||||||
|
|||||||
Reference in New Issue
Block a user