mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-4547] Add new process definition to simpleapp (#6627)
This commit is contained in:
committed by
GitHub
parent
104d0a20c2
commit
e4990f4b0c
@@ -126,7 +126,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
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'
|
outputVariablesMapping: 'output-variables-mapping'
|
||||||
},
|
},
|
||||||
forms: {
|
forms: {
|
||||||
tabVisibilityFields: {
|
tabVisibilityFields: {
|
||||||
|
@@ -123,12 +123,16 @@
|
|||||||
"calledInPool":"called-in-pool",
|
"calledInPool":"called-in-pool",
|
||||||
"paralleltasks": "paralleltasks",
|
"paralleltasks": "paralleltasks",
|
||||||
"candidateusersgroup": "candidateusersgroup",
|
"candidateusersgroup": "candidateusersgroup",
|
||||||
"candidateUserProcess": "candidateuserprocess"
|
"candidateUserProcess": "candidateuserprocess",
|
||||||
|
"outputVariablesMapping": "output-variables-mapping"
|
||||||
},
|
},
|
||||||
"forms": {
|
"forms": {
|
||||||
"tabVisibilityFields": {
|
"tabVisibilityFields": {
|
||||||
"name": "tabvisibilitywithfields"
|
"name": "tabvisibilitywithfields"
|
||||||
},
|
},
|
||||||
|
"formWithSingleInput": {
|
||||||
|
"name": "form-with-single-input"
|
||||||
|
},
|
||||||
"tabVisibilityVars": {
|
"tabVisibilityVars": {
|
||||||
"name": "tabvisibilitywithvars"
|
"name": "tabvisibilitywithvars"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user