mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-4817] Testing - Add process/form ids in the CANDIDATEBASEAPP resources file (#6853)
This commit is contained in:
@@ -28,12 +28,29 @@
|
|||||||
"error_code": "200"
|
"error_code": "200"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"processVariables": {
|
||||||
|
"processWithStartEventForm": {
|
||||||
|
"processJson": { "test": "ciao" }
|
||||||
|
}
|
||||||
|
},
|
||||||
"forms": {
|
"forms": {
|
||||||
"starteventform": "starteventform",
|
"starteventform": "starteventform",
|
||||||
"formtotestvalidations": "formtotestvalidations",
|
"formtotestvalidations": "formtotestvalidations",
|
||||||
"uploadfileform": "uploadfileform",
|
"uploadfileform": "uploadfileform",
|
||||||
"inputform": "inputform",
|
"inputForm": {
|
||||||
"outputform": "outputform"
|
"name": "inputform",
|
||||||
|
"widgets": {
|
||||||
|
"inputJsonId": "inputjson",
|
||||||
|
"inputFile": "inputfile"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"outputForm": {
|
||||||
|
"name": "outputform",
|
||||||
|
"widgets": {
|
||||||
|
"outputJson": "outputjson",
|
||||||
|
"outputFile": "outputfile"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
@@ -51,7 +68,9 @@
|
|||||||
"uploadFileTask": "UploadFileTask",
|
"uploadFileTask": "UploadFileTask",
|
||||||
"candidateUserTask": "candidateUserTask",
|
"candidateUserTask": "candidateUserTask",
|
||||||
"salesUserTask": "salesuser task",
|
"salesUserTask": "salesuser task",
|
||||||
"hrUserTask": "hruser task"
|
"hrUserTask": "hruser task",
|
||||||
|
"firstTaskMapping": "firsttaskmapping",
|
||||||
|
"secondTaskMapping": "secondtaskmapping"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SIMPLE_APP": {
|
"SIMPLE_APP": {
|
||||||
|
Reference in New Issue
Block a user