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: {
|
||||||
|
@@ -117,18 +117,22 @@
|
|||||||
"attachMultipleSingle": "attach-multiple-single",
|
"attachMultipleSingle": "attach-multiple-single",
|
||||||
"attachMultipleMultiple": "attach-multiple-multiple",
|
"attachMultipleMultiple": "attach-multiple-multiple",
|
||||||
"intermediateDateProcessVarTimer": "interm-date-provar-timer",
|
"intermediateDateProcessVarTimer": "interm-date-provar-timer",
|
||||||
"callActivityExpressionSimple":"call-activity-exp-simple",
|
"callActivityExpressionSimple":"call-activity-exp-simple",
|
||||||
"callActivityExpressionFromPool":"call-activity-expression-2",
|
"callActivityExpressionFromPool":"call-activity-expression-2",
|
||||||
"calledSimple":"called-simple",
|
"calledSimple":"called-simple",
|
||||||
"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