mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-44752 Add type to ProcessInstanceCloud (#11847)
This commit is contained in:
+1
@@ -33,6 +33,7 @@ export interface ProcessInstanceCloud {
|
|||||||
parentId?: string;
|
parentId?: string;
|
||||||
linkedProcessInstanceId?: string;
|
linkedProcessInstanceId?: string;
|
||||||
linkedProcessInstanceType?: string;
|
linkedProcessInstanceType?: string;
|
||||||
|
type?: string;
|
||||||
linkedProcesses?: RelatedProcessInstance[];
|
linkedProcesses?: RelatedProcessInstance[];
|
||||||
subprocesses?: RelatedProcessInstance[];
|
subprocesses?: RelatedProcessInstance[];
|
||||||
processDefinitionId?: string;
|
processDefinitionId?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user