mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ACA-4324]MovAdd details about tasks in resource files
* MovAdd details about tasks in resource files * Add correlationkey
This commit is contained in:
parent
b3b090cce5
commit
e0efec5d85
@ -245,7 +245,10 @@
|
||||
"name": "form-with-all-widgets"
|
||||
},
|
||||
"poolForm": {
|
||||
"name": "pool-usertaskform"
|
||||
"name": "pool-usertaskform",
|
||||
"widgets": {
|
||||
"string": "Text0rfn8p"
|
||||
}
|
||||
},
|
||||
"attachFilesForm": {
|
||||
"name": "attach-files",
|
||||
@ -323,6 +326,12 @@
|
||||
"name": "option3"
|
||||
}
|
||||
]
|
||||
},
|
||||
"correlationKey": {
|
||||
"name": "correlation-key-form",
|
||||
"widgets": {
|
||||
"setCorrelationKey": "correlationKey"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tasks": {
|
||||
@ -338,7 +347,15 @@
|
||||
"userTask": "UserTask",
|
||||
"terminateTask": "TerminateTask",
|
||||
"mainTask": "MainTask",
|
||||
"followingTask": "FollowingTask"
|
||||
"followingTask": "FollowingTask",
|
||||
"catchTask": "catchtask",
|
||||
"calledTask": "calledtask",
|
||||
"throwTask": "throwtask",
|
||||
"interruptingBoundaryTask": "int-boundary-task",
|
||||
"nonInterruptingBoundaryTask": "nonint-boundary-task",
|
||||
"subprocessInterruptingTask": "subprocess-task",
|
||||
"finalTask": "final-task",
|
||||
"finalTaskUnited": "finaltask"
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user