mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[AAE-4547] Add ne process and form to simpleapp (#6616)
* Add formWithSingleInput form and outputVariablesMappin process to resources.ts
This commit is contained in:
parent
bf66684662
commit
a73aac7f6c
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user