mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[AAE-1746]Added 3 new processed to candidatebaseapp: errorStartEventProcess, er… (#5531)
* Added 3 new processed to candidatebaseapp: errorStartEventProcess, errorBoundaryEventProcess and errorExclusiveGateProcess, all with error events * no message
This commit is contained in:
parent
351aadd518
commit
e96b89c821
Binary file not shown.
@ -27,7 +27,22 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
uploadFileProcess: 'uploadfileprocess',
|
uploadFileProcess: 'uploadfileprocess',
|
||||||
processwithstarteventform: 'processwithstarteventform',
|
processwithstarteventform: 'processwithstarteventform',
|
||||||
processwithjsonfilemapping: 'processwithjsonfilemapping',
|
processwithjsonfilemapping: 'processwithjsonfilemapping',
|
||||||
assigneeProcess: 'assigneeprocess'
|
assigneeProcess: 'assigneeprocess',
|
||||||
|
errorStartEventProcess: {
|
||||||
|
process_name: 'errorstartevent',
|
||||||
|
error_id: 'Error_END_EVENT',
|
||||||
|
error_code: '123'
|
||||||
|
},
|
||||||
|
errorBoundaryEventProcess: {
|
||||||
|
process_name: 'errorboundaryevent',
|
||||||
|
error_id: 'Error_END_EVENT',
|
||||||
|
error_code: '567'
|
||||||
|
},
|
||||||
|
errorExclusiveGateProcess: {
|
||||||
|
process_name: 'errorexclusivegate',
|
||||||
|
error_id: 'Error_OK',
|
||||||
|
error_code: '200'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
forms: {
|
forms: {
|
||||||
starteventform: 'starteventform',
|
starteventform: 'starteventform',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user