updated resources file with the new added processes & form (#5711)

This commit is contained in:
Alexandra Abrudan 2020-05-18 15:35:20 +01:00 committed by GitHub
parent 347e64fd91
commit 7b823834bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
} }
}, },