Search code examples
flowable

couldnt create db schema "ACT_RU_IDENTITYLINK" in flowable engine


I have Spring Boot (2.3.4) app runs on Tomcat (9). When i try to build the project, flowable(6.6.0) engine gives this error. Schema is already created but it tries to create again. My problem is, i cannot deploy war code to the server because of it.

enter image description here

enter image description here


Solution

  • I upgraded flowable-engine version 6.6.0 to 6.7.0, and its solved.