[AAE-4547] Add ne process and form to simpleapp (#6616)

* Add formWithSingleInput form and outputVariablesMappin process to resources.ts
This commit is contained in:
Petruta Bogdana Patrichi 2021-02-03 12:11:33 +02:00 committed by GitHub
parent bf66684662
commit a73aac7f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,8 @@ export const ACTIVITI_CLOUD_APPS: any = {
poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw', poolInterruptingBoundarySubprocessThrow: 'pool-int-bound-subpr-throw',
poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch', poolInterruptingBoundarySubprocessCatch: 'pool-int-bound-subpr-catch',
poolInterruptingBoundaryThrow: 'pool-int-boundary-throw', poolInterruptingBoundaryThrow: 'pool-int-boundary-throw',
poolInterruptingBoundaryCatch: 'pool-int-boundary-catch' poolInterruptingBoundaryCatch: 'pool-int-boundary-catch',
outputVariablesMappin: 'output-variables-mapping'
}, },
forms: { forms: {
tabVisibilityFields: { tabVisibilityFields: {
@ -184,8 +185,10 @@ export const ACTIVITI_CLOUD_APPS: any = {
}, },
poolForm: { poolForm: {
name: 'pool-usertaskform' name: 'pool-usertaskform'
},
formWithSingleInput: {
name: 'form-with-single-input'
} }
}, },
tasks: { tasks: {
processstring: 'inputtask', processstring: 'inputtask',