mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
updated resources file with the new added processes & form (#5711)
This commit is contained in:
parent
347e64fd91
commit
7b823834bc
@ -101,7 +101,19 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
numbervisibilityprocess: 'numbervisibilityprocess',
|
numbervisibilityprocess: 'numbervisibilityprocess',
|
||||||
processformoutcome: 'outcomebuttons',
|
processformoutcome: 'outcomebuttons',
|
||||||
uploadSingleMultipleFiles: 'upload-single-multiple-pro',
|
uploadSingleMultipleFiles: 'upload-single-multiple-pro',
|
||||||
processDisplayRestJson: 'process-display-rest-json'
|
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'
|
||||||
},
|
},
|
||||||
forms: {
|
forms: {
|
||||||
tabVisibilityFields: {
|
tabVisibilityFields: {
|
||||||
@ -157,6 +169,9 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
},
|
},
|
||||||
formWithAllWidgets: {
|
formWithAllWidgets: {
|
||||||
name: 'form-with-all-widgets'
|
name: 'form-with-all-widgets'
|
||||||
|
},
|
||||||
|
poolForm: {
|
||||||
|
name: 'pool-usertaskform'
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user