* [ADF-2326] Process List - Provide a way to support custom html template and static columns at same time.
* Fixed support custom html template and static columns at same time
* Updated process list documentation with recent changes.
* * Added testcases for recent changes .
* [ADF- 2123] Process Pagination - There is no way to paginate the result
* Updated unimplemented pagination method.
* * Refactored process-service component.
* * Removed unused pagination methods from process-service component.
* * Updated process/task list documentation with recent changes.
* [ADF-1749] Task List - Should be able to customize the rendered columns from JSON
* Refactored task/process list components to support customization key's
* Added Key properties to the app.config.json.
* Created preset model for task/process list .
* [ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON
* Fixed failing testcases.
* [ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON.
* Added test cases.
* Updated task/process list readme.md file
* * Updated task/process list readme.md file.
* Rename processlist.component.ts to process-list.component.ts
Rename processlist.component.md to process-list.component.md
* Add a root scope ADF_PROCESS_LIST into the json file
Remove the hardcoded string from the component and use keys
Refactoring json structure
* Fix unit test