Linking flowable-task with flowable-rest

Hi,
I was trying to change the database for flowable-task and flowable-rest from h2 to mysql. I could successfully do it , and whenever i create any task through either flowable-task (http://localhost:8080/flowable-task/workflow/#/tasks) or flowable-rest (POST localhost:8080/flowable-rest/service/runtime/tasks) , then i can see the tasks in mysql database that i linked to there. Now , question is how to configure flowable-task such that on this UI , i can see all the tasks i have created through flowable-rest also. On UI , i am only able to see tasks created through UI. Tasks created through flowable-rest are not visible on UI while its visible in database. Could anyone help

Shweta