I want to get the Id of the newly created task after the task has been successfully created. So, I am trying to get use the 'RequestEnd' event of dataSource to check if the event is of type 'create' and if the task id has been returned.
Please see this snippet. and create a new task. It seems that there is no taskId present in the response.