mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Added the process and form required to test terminate end event (#5188)
* added the process and form required to test terminate end event * also added a form to test the upload local file for a standalone task.
This commit is contained in:
parent
eefc201332
commit
2e03dfa908
Binary file not shown.
@ -59,7 +59,8 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
||||
processboolean: 'processboolean',
|
||||
processdate: 'processdate',
|
||||
multiprocess: 'multiprocess',
|
||||
terminateexclusive: 'terminate-exclusive'
|
||||
terminateexclusive: 'terminate-exclusive',
|
||||
terminatesubprocess: 'terminate-subprocess'
|
||||
},
|
||||
forms: {
|
||||
tabVisibilityFields: {
|
||||
@ -96,7 +97,11 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
||||
},
|
||||
exclusiveconditionform: {
|
||||
name: 'exclusive-condition-form',
|
||||
id: 'form-0ea30a69-1aa3-426a-b746-716064b4422d'
|
||||
id: 'form-03f56f41-c9a7-430a-a713-fc37bab070c1'
|
||||
},
|
||||
uploadlocalfileform: {
|
||||
name: 'upload-localfile-form',
|
||||
id: 'form-f4f02bc1-9cb6-43d6-9328-385db73e2762'
|
||||
}
|
||||
},
|
||||
security: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user