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;
|
linkedProcessInstanceId?: string;
|
||||||
linkedProcessInstanceType?: string;
|
linkedProcessInstanceType?: string;
|
||||||
type?: string;
|
type?: string;
|
||||||
linkedProcesses?: RelatedProcessInstance[];
|
linkedProcessesCount?: number;
|
||||||
subprocesses?: RelatedProcessInstance[];
|
subprocessesCount?: number;
|
||||||
processDefinitionId?: string;
|
processDefinitionId?: string;
|
||||||
processDefinitionKey?: string;
|
processDefinitionKey?: string;
|
||||||
processDefinitionName?: string;
|
processDefinitionName?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user