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';
|
import { ProcessInstanceVariable } from '../../../models/process-instance-variable.model';
|
||||||
|
|
||||||
|
export interface RelatedProcessInstance {
|
||||||
|
id: string;
|
||||||
|
processDefinitionName: string;
|
||||||
|
}
|
||||||
export interface ProcessInstanceCloud {
|
export interface ProcessInstanceCloud {
|
||||||
appName?: string;
|
appName?: string;
|
||||||
appVersion?: string;
|
appVersion?: string;
|
||||||
@@ -26,6 +31,10 @@ export interface ProcessInstanceCloud {
|
|||||||
lastModified?: Date;
|
lastModified?: Date;
|
||||||
name?: string;
|
name?: string;
|
||||||
parentId?: string;
|
parentId?: string;
|
||||||
|
linkedProcessInstanceId?: string;
|
||||||
|
linkedProcessInstanceType?: string;
|
||||||
|
linkedProcesses?: RelatedProcessInstance[];
|
||||||
|
subprocesses?: RelatedProcessInstance[];
|
||||||
processDefinitionId?: string;
|
processDefinitionId?: string;
|
||||||
processDefinitionKey?: string;
|
processDefinitionKey?: string;
|
||||||
processDefinitionName?: string;
|
processDefinitionName?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user