diff --git a/docs/process-services/apps-list.component.md b/docs/process-services/apps-list.component.md index dacd286ec9..cfb88ad7f7 100644 --- a/docs/process-services/apps-list.component.md +++ b/docs/process-services/apps-list.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-06-08 --- -# Apps List Component +# [Apps List Component](../../lib/process-services/app-list/apps-list.component.ts "Defined in apps-list.component.ts") Shows all available apps. diff --git a/docs/process-services/attach-form.component.md b/docs/process-services/attach-form.component.md index ac76f67cd1..c1a85863f0 100644 --- a/docs/process-services/attach-form.component.md +++ b/docs/process-services/attach-form.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-20 --- -# Attach Form component +# [Attach Form component](../../lib/process-services/task-list/components/attach-form.component.ts "Defined in attach-form.component.ts") This component can be used when there is no form attached to a task and you want to add one. diff --git a/docs/process-services/checklist.component.md b/docs/process-services/checklist.component.md index 2a43ff095c..6e85b205f1 100644 --- a/docs/process-services/checklist.component.md +++ b/docs/process-services/checklist.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-19 --- -# Checklist Component +# [Checklist Component](../../lib/process-services/task-list/components/checklist.component.ts "Defined in checklist.component.ts") Shows the checklist task functionality. diff --git a/docs/process-services/create-process-attachment.component.md b/docs/process-services/create-process-attachment.component.md index fb3313de7b..5e1f7c221f 100644 --- a/docs/process-services/create-process-attachment.component.md +++ b/docs/process-services/create-process-attachment.component.md @@ -4,7 +4,7 @@ Added: v2.0.0 Status: Active --- -# Create Process Attachment component +# [Create Process Attachment component](../../lib/process-services/attachment/create-process-attachment.component.ts "Defined in create-process-attachment.component.ts") Displays Upload Component (Drag and Click) to upload the attachment to a specified process instance diff --git a/docs/process-services/create-task-attachment.component.md b/docs/process-services/create-task-attachment.component.md index 5140c4f5f7..fe6959ee34 100644 --- a/docs/process-services/create-task-attachment.component.md +++ b/docs/process-services/create-task-attachment.component.md @@ -4,7 +4,7 @@ Added: v2.0.0 Status: Active --- -# Create Task Attachment Component +# [Create Task Attachment Component](../../lib/process-services/attachment/create-task-attachment.component.ts "Defined in create-task-attachment.component.ts") Displays Upload Component (Drag and Click) to upload the attachment to a specified task diff --git a/docs/process-services/people-list.component.md b/docs/process-services/people-list.component.md index 101dc61577..f066b06ad5 100644 --- a/docs/process-services/people-list.component.md +++ b/docs/process-services/people-list.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-14 --- -# People list component +# [People list component](../../lib/process-services/people/components/people-list/people-list.component.ts "Defined in people-list.component.ts") Shows a list of users (people). diff --git a/docs/process-services/people-search.component.md b/docs/process-services/people-search.component.md index fbd12efe25..6f426cc29f 100644 --- a/docs/process-services/people-search.component.md +++ b/docs/process-services/people-search.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-14 --- -# People Search component +# [People Search component](../../lib/process-services/people/components/people-search/people-search.component.ts "Defined in people-search.component.ts") Searches users/people. diff --git a/docs/process-services/people.component.md b/docs/process-services/people.component.md index 1e333d2deb..86c636d748 100644 --- a/docs/process-services/people.component.md +++ b/docs/process-services/people.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-19 --- -# People Component +# [People Component](../../lib/process-services/people/components/people/people.component.ts "Defined in people.component.ts") Displays users involved with a specified task diff --git a/docs/process-services/process-attachment-list.component.md b/docs/process-services/process-attachment-list.component.md index 002b8cc457..d479c4b8ac 100644 --- a/docs/process-services/process-attachment-list.component.md +++ b/docs/process-services/process-attachment-list.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-03-21 --- -# Process Attachment List component +# [Process Attachment List component](../../lib/process-services/attachment/process-attachment-list.component.ts "Defined in process-attachment-list.component.ts") Displays attached documents on a specified process instance diff --git a/docs/process-services/process-audit.directive.md b/docs/process-services/process-audit.directive.md index 59dcb4d779..c8a38845ad 100644 --- a/docs/process-services/process-audit.directive.md +++ b/docs/process-services/process-audit.directive.md @@ -4,7 +4,7 @@ Added: v2.0.0 Status: Active --- -# Process Audit Directive +# [Process Audit Directive](../../lib/process-services/process-list/components/process-audit.directive.ts "Defined in process-audit.directive.ts") Fetches the Process Audit information the PDF or JSON format. diff --git a/docs/process-services/process-comments.component.md b/docs/process-services/process-comments.component.md index 4bb415940a..08e2519ec6 100644 --- a/docs/process-services/process-comments.component.md +++ b/docs/process-services/process-comments.component.md @@ -4,7 +4,7 @@ Added: v2.0.0 Status: Active --- -# Process Instance Comments component +# [Process Instance Comments component](../../lib/process-services/process-comments/process-comments.component.ts "Defined in process-comments.component.ts") Displays comments associated with a particular process instance and allows the user to add new comments. diff --git a/docs/process-services/process-filter.service.md b/docs/process-services/process-filter.service.md index 64115545da..a2f195ec55 100644 --- a/docs/process-services/process-filter.service.md +++ b/docs/process-services/process-filter.service.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-13 --- -# Process Filter Service +# [Process Filter Service](../../lib/process-services/process-list/services/process-filter.service.ts "Defined in process-filter.service.ts") Manage Process Filters, which are pre-configured Process Instance queries. diff --git a/docs/process-services/process-filters.component.md b/docs/process-services/process-filters.component.md index 6d2746edea..b6aab78b11 100644 --- a/docs/process-services/process-filters.component.md +++ b/docs/process-services/process-filters.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-09-14 --- -# Process Filters Component +# [Process Filters Component](../../lib/process-services/process-list/components/process-filters.component.ts "Defined in process-filters.component.ts") Collection of criteria used to filter process instances, which may be customized by users. @@ -18,7 +18,6 @@ Collection of criteria used to filter process instances, which may be customized - [Details](#details) - [How filter the activiti process filters](#how-filter-the-activiti-process-filters) - [FilterParamsModel](#filterparamsmodel) - - [How to create an accordion menu with the processes filter](#how-to-create-an-accordion-menu-with-the-processes-filter) - [See also](#see-also) ## Basic Usage @@ -85,11 +84,6 @@ You can use inside the filterParam one of the properties defined by [`FilterPara | name | string | The name of the task filter, lowercase is checked. | | index | number | Zero-based position of the filter in the array. | -### How to create an accordion menu with the processes filter - -The process filter often works well as an item in an accordion menu. See the [Accordion component](../core/accordion.component.md) -page for an example of how to do set this up. - ## See also - [Process Filter service](process-filter.service.md) diff --git a/docs/process-services/process-instance-details.component.md b/docs/process-services/process-instance-details.component.md index e9614c5832..e2ce81f58d 100644 --- a/docs/process-services/process-instance-details.component.md +++ b/docs/process-services/process-instance-details.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-19 --- -# Process Details component +# [Process Details component](../../lib/process-services/process-list/components/process-instance-details.component.ts "Defined in process-instance-details.component.ts") Displays detailed information about a specified process instance diff --git a/docs/process-services/process-instance-header.component.md b/docs/process-services/process-instance-header.component.md index 42786611e1..1ef3d18036 100644 --- a/docs/process-services/process-instance-header.component.md +++ b/docs/process-services/process-instance-header.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-06-08 --- -# Process Instance Details Header component +# [Process Instance Details Header component](../../lib/process-services/process-list/components/process-instance-header.component.ts "Defined in process-instance-header.component.ts") Sub-component of the process details component, which renders some general information about the selected process. diff --git a/docs/process-services/process-instance-tasks.component.md b/docs/process-services/process-instance-tasks.component.md index 1f19bc0575..2a01920dac 100644 --- a/docs/process-services/process-instance-tasks.component.md +++ b/docs/process-services/process-instance-tasks.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-19 --- -# Process Instance Tasks component +# [Process Instance Tasks component](../../lib/process-services/process-list/components/process-instance-tasks.component.ts "Defined in process-instance-tasks.component.ts") Lists both the active and completed tasks associated with a particular process instance diff --git a/docs/process-services/process-list.component.md b/docs/process-services/process-list.component.md index 32151714ea..52b59b742b 100644 --- a/docs/process-services/process-list.component.md +++ b/docs/process-services/process-list.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-05-24 --- -# Process Instance List +# [Process Instance List](../../lib/process-services/process-list/components/process-list.component.ts "Defined in process-list.component.ts") Renders a list containing all the process instances matched by the parameters specified. diff --git a/docs/process-services/process.service.md b/docs/process-services/process.service.md index c95f6c92ba..f4b02ec54b 100644 --- a/docs/process-services/process.service.md +++ b/docs/process-services/process.service.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-03-20 --- -# Process Service +# [Process Service](../../lib/process-services/process-list/services/process.service.ts "Defined in process.service.ts") Manages Process Instances, Process Variables, and Process Audit Log. diff --git a/docs/process-services/select-apps-dialog.component.md b/docs/process-services/select-apps-dialog.component.md index 5cd1b30692..a8067aec5c 100644 --- a/docs/process-services/select-apps-dialog.component.md +++ b/docs/process-services/select-apps-dialog.component.md @@ -4,7 +4,7 @@ Added: v2.0.0 Status: Active --- -# Select App Component +# [Select App Component](../../lib/process-services/app-list/select-apps-dialog-component.ts "Defined in select-apps-dialog-component.ts") Shows all available apps and returns the selected app. diff --git a/docs/process-services/start-process.component.md b/docs/process-services/start-process.component.md index 62bb35b39d..7b747708b2 100644 --- a/docs/process-services/start-process.component.md +++ b/docs/process-services/start-process.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-13 --- -# Start Process component +# [Start Process component](../../lib/process-services/process-list/components/start-process.component.ts "Defined in start-process.component.ts") Starts a process. diff --git a/docs/process-services/start-task.component.md b/docs/process-services/start-task.component.md index 79ad954128..85c0021dc9 100644 --- a/docs/process-services/start-task.component.md +++ b/docs/process-services/start-task.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-13 --- -# Start Task Component +# [Start Task Component](../../lib/process-services/task-list/components/start-task.component.ts "Defined in start-task.component.ts") Creates/Starts a new task for the specified app diff --git a/docs/process-services/task-attachment-list.component.md b/docs/process-services/task-attachment-list.component.md index 6870af906a..e67605e3f8 100644 --- a/docs/process-services/task-attachment-list.component.md +++ b/docs/process-services/task-attachment-list.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-03-13 --- -# Task Attachment List Component +# [Task Attachment List Component](../../lib/process-services/attachment/task-attachment-list.component.ts "Defined in task-attachment-list.component.ts") Displays attached documents on a specified task. diff --git a/docs/process-services/task-audit.directive.md b/docs/process-services/task-audit.directive.md index 5968e97903..f2942e7d27 100644 --- a/docs/process-services/task-audit.directive.md +++ b/docs/process-services/task-audit.directive.md @@ -4,7 +4,7 @@ Added: v2.0.0 Status: Active --- -# Task Audit Directive +# [Task Audit Directive](../../lib/process-services/task-list/components/task-audit.directive.ts "Defined in task-audit.directive.ts") Fetches the Task Audit information in PDF or JSON format. diff --git a/docs/process-services/task-details.component.md b/docs/process-services/task-details.component.md index 8359d98c8f..770c6954dc 100644 --- a/docs/process-services/task-details.component.md +++ b/docs/process-services/task-details.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-13 --- -# Task Details component +# [Task Details component](../../lib/process-services/task-list/components/task-details.component.ts "Defined in task-details.component.ts") Shows the details of the task ID passed in as input. diff --git a/docs/process-services/task-filter.service.md b/docs/process-services/task-filter.service.md index a73803a3fa..8e6a413722 100644 --- a/docs/process-services/task-filter.service.md +++ b/docs/process-services/task-filter.service.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-06-07 --- -# Task Filter Service +# [Task Filter Service](../../lib/process-services/task-list/services/task-filter.service.ts "Defined in task-filter.service.ts") Manage Task Filters, which are pre-configured Task Instance queries. diff --git a/docs/process-services/task-filters.component.md b/docs/process-services/task-filters.component.md index 4f1784459b..5cd5fb17ab 100644 --- a/docs/process-services/task-filters.component.md +++ b/docs/process-services/task-filters.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-16 --- -# Task Filters component +# [Task Filters component](../../lib/process-services/task-list/components/task-filters.component.ts "Defined in task-filters.component.ts") Shows all available filters. @@ -54,9 +54,3 @@ as the value of `filterParam` as shown in the table below: | id | string | The id of the task filter | | name | string | The name of the task filter, lowercase is checked | | index | string | The zero-based position of the filter in the array. | - -### How to create an accordion menu with the task filter - -The task filter often works well as an item in an accordion menu. See the -[Accordion component](../core/accordion.component.md) -page for an example of how to set this up. diff --git a/docs/process-services/task-header.component.md b/docs/process-services/task-header.component.md index 34db34d6ab..99551106d2 100644 --- a/docs/process-services/task-header.component.md +++ b/docs/process-services/task-header.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-13 --- -# Task Header component +# [Task Header component](../../lib/process-services/task-list/components/task-header.component.ts "Defined in task-header.component.ts") Shows all the information related to a task. diff --git a/docs/process-services/task-list.component.md b/docs/process-services/task-list.component.md index 89c7b1a13f..f7807381e1 100644 --- a/docs/process-services/task-list.component.md +++ b/docs/process-services/task-list.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-04-16 --- -# Task List component +# [Task List component](../../lib/process-services/task-list/components/task-list.component.ts "Defined in task-list.component.ts") Renders a list containing all the tasks matched by the parameters specified. diff --git a/docs/process-services/task-standalone.component.md b/docs/process-services/task-standalone.component.md index 38f88b4ab9..4f78441daf 100644 --- a/docs/process-services/task-standalone.component.md +++ b/docs/process-services/task-standalone.component.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-19 --- -# Task Standalone component +# [Task Standalone component](../../lib/process-services/task-list/components/task-standalone.component.ts "Defined in task-standalone.component.ts") This component can be used when the task doesn't belong to any processes. diff --git a/docs/process-services/tasklist.service.md b/docs/process-services/tasklist.service.md index 264e70781b..d4970ac2cc 100644 --- a/docs/process-services/tasklist.service.md +++ b/docs/process-services/tasklist.service.md @@ -5,7 +5,7 @@ Status: Active Last reviewed: 2018-11-14 --- -# Tasklist Service +# [Tasklist Service](../../lib/process-services/task-list/services/tasklist.service.ts "Defined in tasklist.service.ts") Manages Task Instances.