How to view tables like ACT_RE_PROCDEF, ACT_RU_EXECUTION, ACT_RU_TASK, etc

Hi,

I saw some answer like http://localhost:8080/h2/h2 to view the process engine tables, but this h2 link showed only Information_schema.
If I want to view tables like Process Definitions (ACT_RE_PROCDEF), Tasks (ACT_RU_TASK), etc., what should I do?

You should use a DB tool that you have and like and set it up so that it connects to the camunda DB. There you can see all the tables.

Hi @fml2

Thanks for your reply.

Will that work for Community edition too? Because I tried connecting in Oracle Database and it gave “The network adapter could not establish the connection” error.