i'm trying to use REST api with jbpm console.
i'm succeeding with that.i'm able to create task for a user via console.
But when i try to access the task details in DB (jdbc:h2:tcp://localhost/runtime/task)
All the tables including task table are empty.
Am i pointing to the right database.
Wht mistake i'm doing while accessing the jbpm console database.
TIA