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',
|
||||
poolInterruptingBoundaryThrow: 'pool-int-boundary-throw',
|
||||
poolInterruptingBoundaryCatch: 'pool-int-boundary-catch',
|
||||
outputVariablesMappin: 'output-variables-mapping'
|
||||
outputVariablesMapping: 'output-variables-mapping'
|
||||
},
|
||||
forms: {
|
||||
tabVisibilityFields: {
|
||||
|
@@ -123,12 +123,16 @@
|
||||
"calledInPool":"called-in-pool",
|
||||
"paralleltasks": "paralleltasks",
|
||||
"candidateusersgroup": "candidateusersgroup",
|
||||
"candidateUserProcess": "candidateuserprocess"
|
||||
"candidateUserProcess": "candidateuserprocess",
|
||||
"outputVariablesMapping": "output-variables-mapping"
|
||||
},
|
||||
"forms": {
|
||||
"tabVisibilityFields": {
|
||||
"name": "tabvisibilitywithfields"
|
||||
},
|
||||
"formWithSingleInput": {
|
||||
"name": "form-with-single-input"
|
||||
},
|
||||
"tabVisibilityVars": {
|
||||
"name": "tabvisibilitywithvars"
|
||||
},
|
||||
|
Reference in New Issue
Block a user