mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[AAE-12288] Enable Environment Id filtering support (#8360)
* [AAE-12288] Add environment context to process-instances, user-tasks and service-tasks * [AAE-12288] Add environment type * [AAE-12288] add unit tests for environment aware logic * [AAE-12288] remove mock barrel import and remove code duplication * [AAE-12288] Update docs
This commit is contained in:
@@ -27,6 +27,7 @@ export interface ApplicationInstanceModel {
|
||||
description?: string;
|
||||
connectors?: any;
|
||||
descriptor?: Descriptor;
|
||||
environmentId?: string;
|
||||
}
|
||||
|
||||
export interface Descriptor {
|
||||
|
Reference in New Issue
Block a user