* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form
* Create task has been split into three diffrent service calls to replicate the ecxact behaviour of APS
* Current API call sequence is create-task -> attach-form -> assign-user
* Added a new service assign task
* Modified tests according to the API calls
* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form
* Added responsive behaviour for APIs
* [ADF-1143] [TaskList] - Not able to start a task when changing the assignee from the 'Start Task' form
*Code refactoring
* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked.
* Added Start task/process cancel emitter handler to redirect when user clicks on cancel start/process .
* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked.
* Changed activiti-start-task to adf-start-task
* Changed onSuccess to success and Updated document.
* [ADF-1175] Start Process and Start Task Forms don't close when Cancel button is clicked
* Refactored start task component unit testcases
* [ADF-1138] Start Task Form Assignee dropdown show null value inside
* Changed Form Assignee dropdown show null value.
* [ADF-1138] Start Task Form Assignee dropdown show null value inside
* Refactored unit testcases.