[ADF-3801] Added source links for process services docs (#4039)

This commit is contained in:
Andy Stark
2018-12-01 11:37:43 +00:00
committed by Eugenio Romano
parent 4b68c98007
commit 71298982ae
30 changed files with 30 additions and 42 deletions

View File

@@ -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)