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"
|
||||
}
|
||||
},
|
||||
"processVariables": {
|
||||
"processWithStartEventForm": {
|
||||
"processJson": { "test": "ciao" }
|
||||
}
|
||||
},
|
||||
"forms": {
|
||||
"starteventform": "starteventform",
|
||||
"formtotestvalidations": "formtotestvalidations",
|
||||
"uploadfileform": "uploadfileform",
|
||||
"inputform": "inputform",
|
||||
"outputform": "outputform"
|
||||
"inputForm": {
|
||||
"name": "inputform",
|
||||
"widgets": {
|
||||
"inputJsonId": "inputjson",
|
||||
"inputFile": "inputfile"
|
||||
}
|
||||
},
|
||||
"outputForm": {
|
||||
"name": "outputform",
|
||||
"widgets": {
|
||||
"outputJson": "outputjson",
|
||||
"outputFile": "outputfile"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
@@ -51,7 +68,9 @@
|
||||
"uploadFileTask": "UploadFileTask",
|
||||
"candidateUserTask": "candidateUserTask",
|
||||
"salesUserTask": "salesuser task",
|
||||
"hrUserTask": "hruser task"
|
||||
"hrUserTask": "hruser task",
|
||||
"firstTaskMapping": "firsttaskmapping",
|
||||
"secondTaskMapping": "secondtaskmapping"
|
||||
}
|
||||
},
|
||||
"SIMPLE_APP": {
|
||||
|
Reference in New Issue
Block a user