mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-41500 Added linked processes properties (#11552)
This commit is contained in:
+9
@@ -16,6 +16,11 @@
|
||||
*/
|
||||
|
||||
import { ProcessInstanceVariable } from '../../../models/process-instance-variable.model';
|
||||
|
||||
export interface RelatedProcessInstance {
|
||||
id: string;
|
||||
processDefinitionName: string;
|
||||
}
|
||||
export interface ProcessInstanceCloud {
|
||||
appName?: string;
|
||||
appVersion?: string;
|
||||
@@ -26,6 +31,10 @@ export interface ProcessInstanceCloud {
|
||||
lastModified?: Date;
|
||||
name?: string;
|
||||
parentId?: string;
|
||||
linkedProcessInstanceId?: string;
|
||||
linkedProcessInstanceType?: string;
|
||||
linkedProcesses?: RelatedProcessInstance[];
|
||||
subprocesses?: RelatedProcessInstance[];
|
||||
processDefinitionId?: string;
|
||||
processDefinitionKey?: string;
|
||||
processDefinitionName?: string;
|
||||
|
||||
Reference in New Issue
Block a user