Hello everyone, Does Camunda has any method/mechanism to integrate and working with Mysql database?
I’m trying to connect Mysql as a database to work with insted of camunda-h2-dbs/process-engine.
In addtion, I want to insert, update and delete values to Mysql databse.
Does anyone has any method that can enable insertation the values that user inster in Tasklist and doing an automation message responce/message according to values in database.
(Camunda automation system based on extenral databass-Mysql).
Successfully integration with Mysql jdbc in has been made, I don’t know how to continue!
@YazanAsaad you can check this simple example:
Just need to update the JDBC url of mysql database and add mysql jdbc driver in pom.xml. It will work.
Thank you very much!