[ADF-3065] TaskList component - Deprecate the processDefinitionKey (#3369)

* Deprecate the processDefinitionKey property.
remove unused tasklist code. It was needed with the old pagination component

* Remove nosense test

* Use adf version
This commit is contained in:
Maurizio Vitale
2018-05-23 11:53:56 +01:00
committed by Eugenio Romano
parent b9e888ac11
commit 86f4c23afa
6 changed files with 6 additions and 43 deletions

View File

@@ -50,7 +50,9 @@ export class TaskListComponent implements OnChanges, AfterContentInit, Paginated
@Input()
processInstanceId: string;
/** The Definition Key of the process. */
/** The Definition Key of the process.
* @deprecated 2.4.0
*/
@Input()
processDefinitionKey: string;