Skip to content

Latest commit

 

History

History
66 lines (55 loc) · 4.17 KB

task-filter-cloud.service.md

File metadata and controls

66 lines (55 loc) · 4.17 KB
Title Added Status Last reviewed
Task Filter Cloud Service
v3.0.0
Experimental
2019-01-09

Manages task filters.

Class members

Methods

Details

The methods of this service generally return an instance of TaskFilterCloudModel or an array of instances. For example, you could use getTaskListFilters as follows:

this.taskFilterService.getTaskListFilters(appName).subscribe( (filters: TaskFilterCloudModel[]) => {
  console.log('Task filters: ', filters);
}, error => {
  console.log('Error: ', error);
});

These filters can now be used to get matching task instances for the process app.

See also