Migration from v1.3 to v1.4
- Download OKMFlow from https://download.openkm.com/pro/tools.
- Stop Tomcat and replace the okmflow.war archive.
- Edit the $TOMCAT_HOME/okmflow.properties file and set the hibernate.hbm2ddl configuration property to update:
spring.jpa.hibernate.ddl-auto=update - Start Tomcat again.
- Execute the SQL script:
UPDATE WF_NODE_TASK SET NTSK_NOTIF_ASSIGN ='T';