Use mysql database table
Hi,I want to create a process that inserts data into a mysql table that I've created. I wonder if this is possible?I know that activiti uses a h2 database by default, but I want to use a mysql database instead.I've created a maven project in eclipse ...