[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:
Diogo Bastos
2023-04-04 16:12:19 +01:00
committed by GitHub
parent ea90cb17a0
commit 6a9129c931
28 changed files with 280 additions and 17 deletions

View File

@@ -26,6 +26,7 @@ export * from './lib/services/public-api';
export * from './lib/rich-text-editor/public-api';
export * from './lib/types';
export * from './lib/common/index';
export * from './lib/pipes/process-name-cloud.pipe';
export * from './lib/pipes/process-services-cloud-pipe.module';
export * from './lib/models/process-definition-cloud.model';