diff --git a/docs/README.md b/docs/README.md
index d5be727be5..0b42a6d5e1 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -494,20 +494,6 @@ Status: Experimental | [Source](<>) |
| [Task Header Cloud Component](process-services-cloud/components/task-header-cloud.component.md)  | Shows all the information related to a task. | [Source](../lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts) |
| [Task List Cloud component](process-services-cloud/components/task-list-cloud.component.md)  | Renders a list containing all the tasks matched by the parameters specified. | [Source](../lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts) |
-### Directives
-
-| Name | Description | Source link |
-| ---- | ----------- | ----------- |
-| [Claim Task Cloud Directive](process-services-cloud/directives/claim-task-cloud.directive.md)  | Claims a task | [Source](../lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.ts) |
-| [Complete Task Directive](process-services-cloud/directives/complete-task.directive.md)  | Completes a task. | [Source](../lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts) |
-| [Unclaim Task Cloud Directive](process-services-cloud/directives/unclaim-task-cloud.directive.md)  | Unclaims a task | [Source](../lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.ts) |
-
-### Pipes
-
-| Name | Description | Source link |
-| ---- | ----------- | ----------- |
-| [Group initial pipe](process-services-cloud/pipes/group-initial.pipe.md) | Extracts the initial character from a group name. | [Source](../lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.ts) |
-
### Services
| Name | Description | Source link |
diff --git a/docs/core/services/identity-group.service.md b/docs/core/services/identity-group.service.md
index 3d955de0a1..533a79cec3 100644
--- a/docs/core/services/identity-group.service.md
+++ b/docs/core/services/identity-group.service.md
@@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2019-07-13
---
-# [Identity Group service](../../../lib/process-services-cloud/src/lib/group/services/identity-group.service.ts "Defined in identity-group.service.ts")
+# Identity Group service
Performs CRUD operations on identity groups.
@@ -13,11 +13,10 @@ Performs CRUD operations on identity groups.
### Methods
-- **search**(name: `string`, filters?: [`IdentityGroupFilterInterface`](../../../lib/process-services-cloud/src/lib/group/services/identity-group-filter.interface.ts)): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityGroupModel`](../../../lib/process-services-cloud/src/lib/group/models/identity-group.model.ts)`[]>`
-
+- **search**(name: `string`, filters?: `IdentityGroupFilterInterface`)): `Observable`
- _name:_ `string` -
- - _filters:_ [`IdentityGroupFilterInterface`](../../../lib/process-services-cloud/src/lib/group/services/identity-group-filter.interface.ts) - (Optional)
- - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityGroupModel`](../../../lib/process-services-cloud/src/lib/group/models/identity-group.model.ts)`[]>` -
+ - _filters:_ `IdentityGroupFilterInterface - (Optional)
+ - **Returns** `Observable` -
## See also
diff --git a/docs/core/services/identity-user.service.md b/docs/core/services/identity-user.service.md
index 83f20e4369..bc014322a2 100644
--- a/docs/core/services/identity-user.service.md
+++ b/docs/core/services/identity-user.service.md
@@ -5,7 +5,7 @@ Status: Active
Last reviewed: 2019-07-12
---
-# [Identity user service](../../../lib/process-services-cloud/src/lib/people/services/identity-user.service.ts "Defined in identity-user.service.ts")
+# Identity User Service
Gets OAuth2 personal details and roles for users and performs CRUD operations on identity users.
@@ -13,14 +13,12 @@ Gets OAuth2 personal details and roles for users and performs CRUD operations on
### Methods
-- **getCurrentUserInfo**(): [`IdentityUserModel`](../../../lib/process-services-cloud/src/lib/people/models/identity-user.model.ts)
- Gets the name and other basic details of the current user.
- - **Returns** [`IdentityUserModel`](../../../lib/process-services-cloud/src/lib/people/models/identity-user.model.ts) - The user's details
-- **search**(name: `string`, filters?: [`IdentityUserFilterInterface`](../../../lib/process-services-cloud/src/lib/people/services/identity-user-filter.interface.ts)): [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityUserModel`](../../../lib/process-services-cloud/src/lib/people/models/identity-user.model.ts)`[]>`
- Search users based on name input and filters.
+- **getCurrentUserInfo**(): `IdentityUserModel` - Gets the name and other basic details of the current user.
+ - **Returns** `IdentityUserMode` - The user's details
+- **search**(name: `string`, filters?: `IdentityUserFilterInterface`)): `Observable` - Search users based on name input and filters.
- _name:_ `string` - Search query string
- - _filters:_ [`IdentityUserFilterInterface`](../../../lib/process-services-cloud/src/lib/people/services/identity-user-filter.interface.ts) - (Optional)
- - **Returns** [`Observable`](http://reactivex.io/documentation/observable.html)`<`[`IdentityUserModel`](../../../lib/process-services-cloud/src/lib/people/models/identity-user.model.ts)`[]>` - List of users
+ - _filters:_ `IdentityUserFilterInterface` - (Optional)
+ - **Returns** `Observable` - List of users
## See also
diff --git a/docs/process-services-cloud/components/edit-task-filter-cloud.component.md b/docs/process-services-cloud/components/edit-task-filter-cloud.component.md
index 18342dba90..b3b396bf9a 100644
--- a/docs/process-services-cloud/components/edit-task-filter-cloud.component.md
+++ b/docs/process-services-cloud/components/edit-task-filter-cloud.component.md
@@ -5,7 +5,7 @@ Status: Experimental
Last reviewed: 2023-04-03
---
-# [Edit Task Filter Cloud component](../../../lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts "Defined in edit-task-filter-cloud.component.ts")
+# Edit Task Filter Cloud component
Edits task filter details.
@@ -41,20 +41,20 @@ Edits task filter details.
### Properties
-| Name | Type | Default value | Description |
-|--------------------|----------------------------------------------------------------------------------------------------------------------|---------------|--------------------------------------------|
-| actions | `string[]` | | List of task filter actions. |
-| appName | `string` | "" | (required) Name of the app. |
-| environmentList | [`Environment`](../../../lib/process-services-cloud/src/lib/common/interface/environment.interface.ts)`[]` | \[] | List of environments. |
-| filterProperties | `string[]` | \[] | List of task filter properties to display. |
-| id | `string` | | (required) ID of the task filter. |
-| processInstanceId | `string` | | processInstanceId of the task filter. |
-| role | `string` | "" | user role. |
-| showFilterActions | `boolean` | true | Toggles the filter actions. |
-| showTaskFilterName | `boolean` | true | Toggles display of task filter name |
-| showTitle | `boolean` | true | Toggles the title. |
-| sortProperties | `string[]` | \[] | List of sort properties to display. |
-| taskFilter | [`TaskFilterCloudModel`](../../../lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts) | | Task Filter to use. |
+| Name | Type | Default value | Description |
+|--------------------|------------------------|---------------|--------------------------------------------|
+| actions | `string[]` | | List of task filter actions. |
+| appName | `string` | "" | (required) Name of the app. |
+| environmentList | `Environment[]` | \[] | List of environments. |
+| filterProperties | `string[]` | \[] | List of task filter properties to display. |
+| id | `string` | | (required) ID of the task filter. |
+| processInstanceId | `string` | | processInstanceId of the task filter. |
+| role | `string` | "" | user role. |
+| showFilterActions | `boolean` | true | Toggles the filter actions. |
+| showTaskFilterName | `boolean` | true | Toggles display of task filter name |
+| showTitle | `boolean` | true | Toggles the title. |
+| sortProperties | `string[]` | \[] | List of sort properties to display. |
+| taskFilter | `TaskFilterCloudModel` | | Task Filter to use. |
### Events
@@ -86,14 +86,14 @@ given below:
|---------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **_appName_** | Name of the app |
| **_status_** | Execution state of the task. |
-| **_assignee_** | [`User`](lib/core/src/lib/pipes/user-initial.pipe.ts) the task is assigned to |
+| **_assignee_** | `User` the task is assigned to |
| **_taskName_** | Name of the task |
| **_taskId_** | ID of the task |
| **_parentTaskId_** | ID of the task's parent task |
| **_priority_** | Task priority |
| **_createdDate_** | Date the task was created |
| **_standalone_** | Standalone status of the task |
-| **_owner_** | [`User`](lib/core/src/lib/pipes/user-initial.pipe.ts) ID of the task's owner |
+| **_owner_** | `User` ID of the task's owner |
| **_processDefinitionId_** | Process definition ID |
| **_processInstanceId_** | Process instance ID |
| **_lastModified_** | Date the task was last modified. If lastModified defined the component will show the range **_lastModifiedFrom_**, **_lastModifiedTo_** |
diff --git a/docs/process-services-cloud/components/task-filters-cloud.component.md b/docs/process-services-cloud/components/task-filters-cloud.component.md
index a2bccce633..d7580e5dea 100644
--- a/docs/process-services-cloud/components/task-filters-cloud.component.md
+++ b/docs/process-services-cloud/components/task-filters-cloud.component.md
@@ -5,7 +5,7 @@ Status: Experimental
Last reviewed: 2019-01-08
---
-# [Task Filters Cloud component](../../../lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.ts "Defined in task-filters-cloud.component.ts")
+# Task Filters Cloud component
Shows all available filters.
@@ -39,13 +39,13 @@ Shows all available filters.
### Events
-| Name | Type | Description |
-|----------------------|---------------------------------------|-------------------------------------------------------------------------|
-| error | `EventEmitter` | Emitted when an error occurs during loading. |
-| filterClicked | `EventEmitter` | Emitted when a filter is being clicked from the UI. |
-| filterCounterUpdated | `EventEmitter` | Emitted when filter counters are updated. |
-| filterSelected | `EventEmitter`` | Emitted when a filter is being selected based on the filterParam input. |
-| success | `EventEmitter` | Emitted when the list is loaded. |
+| Name | Type | Description |
+|----------------------|--------------------------------------|-------------------------------------------------------------------------|
+| error | `EventEmitter` | Emitted when an error occurs during loading. |
+| filterClicked | `EventEmitter` | Emitted when a filter is being clicked from the UI. |
+| filterCounterUpdated | `EventEmitter` | Emitted when filter counters are updated. |
+| filterSelected | `EventEmitter` | Emitted when a filter is being selected based on the filterParam input. |
+| success | `EventEmitter` | Emitted when the list is loaded. |
## Details
@@ -80,9 +80,7 @@ If you want to disable notification bubbles as task filters change you can chang
```json
{
- ...
"notifications": true
- ...
}
```
diff --git a/docs/process-services-cloud/components/task-form-cloud.component.md b/docs/process-services-cloud/components/task-form-cloud.component.md
index ac023098b8..e8e4776256 100644
--- a/docs/process-services-cloud/components/task-form-cloud.component.md
+++ b/docs/process-services-cloud/components/task-form-cloud.component.md
@@ -5,9 +5,9 @@ Status: Active
Last reviewed: 2019-04-17
---
-# [Task form cloud component](../../../lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts "Defined in task-form-cloud.component.ts")
+# Task Form Component
-Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts) for a task.
+Shows a form for a task.
Shows Cancel, Save, Complete, Claim and Release buttons. Cancel, Save and Complete buttons are always present. Claim and Release buttons are present according to user's permissions and task's condition (Claimed, Completed etc).
@@ -33,34 +33,34 @@ Save and Complete buttons get disabled when at least one of the form's inputs ar
### Properties
-| Name | Type | Default value | Description |
-| ---- | ---- | ------------- | ----------- |
-| appName | `string` | "" | App id to fetch corresponding form and values. |
-| readOnly | `boolean` | false | Toggle readonly state of the task. |
-| showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` button. |
-| showCompleteButton | `boolean` | true | Toggle rendering of the `Complete` button. |
-| showRefreshButton | `boolean` | false | Toggle rendering of the `Refresh` button. |
-| showTitle | `boolean` | true | Toggle rendering of the form title. |
-| showValidationIcon | `boolean` | true | Toggle rendering of the `Validation` icon. |
-| taskId | `string` | | Task id to fetch corresponding form and values. |
-| displayModeConfigurations | [`FormCloudDisplayModeConfiguration`](../../../lib/process-services-cloud/src/lib/services/form-fields.interfaces.ts)`[]` | | The available display configurations for the form |
+| Name | Type | Default value | Description |
+|---------------------------|---------------------------------------|---------------|---------------------------------------------------|
+| appName | `string` | "" | App id to fetch corresponding form and values. |
+| readOnly | `boolean` | false | Toggle readonly state of the task. |
+| showCancelButton | `boolean` | true | Toggle rendering of the `Cancel` button. |
+| showCompleteButton | `boolean` | true | Toggle rendering of the `Complete` button. |
+| showRefreshButton | `boolean` | false | Toggle rendering of the `Refresh` button. |
+| showTitle | `boolean` | true | Toggle rendering of the form title. |
+| showValidationIcon | `boolean` | true | Toggle rendering of the `Validation` icon. |
+| taskId | `string` | | Task id to fetch corresponding form and values. |
+| displayModeConfigurations | `FormCloudDisplayModeConfiguration[]` | | The available display configurations for the form |
### Events
-| Name | Type | Description |
-| ---- | ---- | ----------- |
-| cancelClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the cancel button is clicked. |
-| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when any error occurs. |
-| executeOutcome | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormOutcomeEvent`](../../../lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts)`>` | Emitted when any outcome is executed. Default behaviour can be prevented via `event.preventDefault()`. |
-| formCompleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/src/lib/form/components/widgets/core/form.model.ts)`>` | Emitted when the form is submitted with the `Complete` outcome. |
-| formContentClicked | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ContentLinkModel`](../../../lib/core/src/lib/form/components/widgets/core/content-link.model.ts)`>` | Emitted when form content is clicked. |
-| formSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormModel`](../../../lib/core/src/lib/form/components/widgets/core/form.model.ts)`>` | Emitted when the form is saved. |
-| onTaskLoaded | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`TaskDetailsCloudModel`](../../../lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts)`>` | Emitted when a task is loaded\`. |
-| taskClaimed | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is claimed. |
-| taskCompleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is completed. |
-| taskUnclaimed | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is unclaimed. |
-| displayModeOn | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloudDisplayModeConfiguration`](../../../lib/process-services-cloud/src/lib/services/form-fields.interfaces.ts)`>` | Emitted when a display mode configuration is turned on. |
-| displayModeOff | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`FormCloudDisplayModeConfiguration`](../../../lib/process-services-cloud/src/lib/services/form-fields.interfaces.ts)`>` | Emitted when a display mode configuration is turned off. |
+| Name | Type | Description |
+|--------------------|---------------------------------------------------|--------------------------------------------------------------------------------------------------------|
+| cancelClick | `EventEmitter` | Emitted when the cancel button is clicked. |
+| error | `EventEmitter` | Emitted when any error occurs. |
+| executeOutcome | `EventEmitter` | Emitted when any outcome is executed. Default behaviour can be prevented via `event.preventDefault()`. |
+| formCompleted | `EventEmitter` | Emitted when the form is submitted with the `Complete` outcome. |
+| formContentClicked | `EventEmitter` | Emitted when form content is clicked. |
+| formSaved | `EventEmitter` | Emitted when the form is saved. |
+| onTaskLoaded | `EventEmitter` | Emitted when a task is loaded. |
+| taskClaimed | `EventEmitter` | Emitted when the task is claimed. |
+| taskCompleted | `EventEmitter` | Emitted when the task is completed. |
+| taskUnclaimed | `EventEmitter` | Emitted when the task is unclaimed. |
+| displayModeOn | `EventEmitter` | Emitted when a display mode configuration is turned on. |
+| displayModeOff | `EventEmitter` | Emitted when a display mode configuration is turned off. |
#### Enabling fullscreen display for the form of the task
diff --git a/docs/process-services-cloud/components/task-list-cloud.component.md b/docs/process-services-cloud/components/task-list-cloud.component.md
index c9f6702a31..a85bb13f6a 100644
--- a/docs/process-services-cloud/components/task-list-cloud.component.md
+++ b/docs/process-services-cloud/components/task-list-cloud.component.md
@@ -5,7 +5,7 @@ Status: Experimental
Last reviewed: 2019-03-25
---
-# [Task List Cloud component](../../../lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts "Defined in task-list-cloud.component.ts")
+# [Task List Cloud component](../../../lib/process-services-cloud/src/lib/task/task-list/components/task-list/task-list-cloud.component.ts "Defined in task-list-cloud.component.ts")
Renders a list containing all the tasks matched by the parameters specified.
diff --git a/docs/process-services-cloud/directives/claim-task-cloud.directive.md b/docs/process-services-cloud/directives/claim-task-cloud.directive.md
deleted file mode 100644
index a53863da05..0000000000
--- a/docs/process-services-cloud/directives/claim-task-cloud.directive.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-Title: Claim Task Cloud Directive
-Added: v3.9.0
-Status: Experimental
-Last reviewed: 2020-06-09
----
-
-# [Claim task Cloud directive](../../../lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.ts "Defined in claim-task-cloud.directive.ts")
-
-Claims a task
-
-## Basic Usage
-
-```html
-
-```
-
-## Class members
-
-### Properties
-
-| Name | Type | Default value | Description |
-| ---- | ---- | ------------- | ----------- |
-| appName | `string` | "" | (Required) The name of the application. |
-| taskId | `string` | | (Required) The id of the task. |
-
-### Events
-
-| Name | Type | Description |
-| ---- | ---- | ----------- |
-| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task cannot be completed. |
-| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is completed. |
diff --git a/docs/process-services-cloud/directives/complete-task.directive.md b/docs/process-services-cloud/directives/complete-task.directive.md
deleted file mode 100644
index bc7587b2a7..0000000000
--- a/docs/process-services-cloud/directives/complete-task.directive.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-Title: Complete Task Directive
-Added: v3.1.0
-Status: Experimental
-Last reviewed: 2019-03-19
----
-
-# [Complete task directive](../../../lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts "Defined in complete-task.directive.ts")
-
-Completes a task.
-
-## Basic Usage
-
-```html
-
-```
-
-## Class members
-
-### Properties
-
-| Name | Type | Default value | Description |
-| ---- | ---- | ------------- | ----------- |
-| appName | `string` | "" | (Required) The name of the application. |
-| taskId | `string` | | (Required) The id of the task. |
-
-### Events
-
-| Name | Type | Description |
-| ---- | ---- | ----------- |
-| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task cannot be completed. |
-| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is completed. |
diff --git a/docs/process-services-cloud/directives/unclaim-task-cloud.directive.md b/docs/process-services-cloud/directives/unclaim-task-cloud.directive.md
deleted file mode 100644
index 7c32de34c2..0000000000
--- a/docs/process-services-cloud/directives/unclaim-task-cloud.directive.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-Title: Unclaim Task Cloud Directive
-Added: v3.9.0
-Status: Experimental
-Last reviewed: 2020-06-09
----
-
-# [Unclaim Task Cloud directive](../../../lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.ts "Defined in unclaim-task-cloud.directive.ts")
-
-Unclaims a task
-
-## Basic Usage
-
-```html
-
-```
-
-## Class members
-
-### Properties
-
-| Name | Type | Default value | Description |
-| ---- | ---- | ------------- | ----------- |
-| appName | `string` | "" | (Required) The name of the application. |
-| taskId | `string` | "" | (Required) The id of the task. |
-
-### Events
-
-| Name | Type | Description |
-| ---- | ---- | ----------- |
-| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task cannot be completed. |
-| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`` | Emitted when the task is completed. |
diff --git a/docs/process-services-cloud/pipes/group-initial.pipe.md b/docs/process-services-cloud/pipes/group-initial.pipe.md
deleted file mode 100644
index 1616b489e3..0000000000
--- a/docs/process-services-cloud/pipes/group-initial.pipe.md
+++ /dev/null
@@ -1,33 +0,0 @@
----
-Title: Group initial pipe
-Added: v3.0.0
-Status: Active
-Last reviewed: 2019-01-17
----
-
-# [Group initial pipe](../../../lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.ts "Defined in group-initial.pipe.ts")
-
-Extracts the initial character from a group name.
-
-## Basic Usage
-
-
-
-```HTML
-