mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-47412 Update suprocesses and linked processes for process instance model (#11996)
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ export interface ProcessInstanceCloud {
|
||||
linkedProcessInstanceId?: string;
|
||||
linkedProcessInstanceType?: string;
|
||||
type?: string;
|
||||
linkedProcesses?: RelatedProcessInstance[];
|
||||
subprocesses?: RelatedProcessInstance[];
|
||||
linkedProcessesCount?: number;
|
||||
subprocessesCount?: number;
|
||||
processDefinitionId?: string;
|
||||
processDefinitionKey?: string;
|
||||
processDefinitionName?: string;
|
||||
|
||||
Reference in New Issue
Block a user