Flowable apps(Modeler, idm,Task) not working withMySQL InnoDb cluster

Hi,

I am trying to setup flowable apps with our Mysql InnoDB cluster, but apps are failing to boot on start.

Here is the error log

e ACT_DE_MODEL_RELATION created
flowable-apps | INFO 02/06/18 07:57: liquibase: META-INF/liquibase/flowable-modeler-app-db-changelog.xml: META-INF/liquibase/flowable-modeler-app-db-changelog.xml::1::flowable: Foreign key constraint added to ACT_DE_MODEL_RELATION (parent_model_id)
flowable-apps | INFO 02/06/18 07:57: liquibase: META-INF/liquibase/flowable-modeler-app-db-changelog.xml: META-INF/liquibase/flowable-modeler-app-db-changelog.xml::1::flowable: Foreign key constraint added to ACT_DE_MODEL_RELATION (model_id)
flowable-apps | INFO 02/06/18 07:57: liquibase: META-INF/liquibase/flowable-modeler-app-db-changelog.xml: META-INF/liquibase/flowable-modeler-app-db-changelog.xml::1::flowable: ChangeSet META-INF/liquibase/flowable-modeler-app-db-changelog.xml::1::flowable ran successfully in 236ms
flowable-apps | INFO 02/06/18 07:57: liquibase: META-INF/liquibase/flowable-modeler-app-db-changelog.xml::1::flowable: Successfully released change log lock
flowable-apps | 07:57:05,909 [localhost-startStop-1] WARN org.springframework.web.context.support.AnnotationConfigWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘liquibase’ defined in class path resource [org/flowable/app/conf/DatabaseConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [liquibase.Liquibase]: Factory method ‘liquibase’ threw exception; nested exception is org.flowable.app.service.exception.InternalServerErrorException: Error creating liquibase database
flowable-apps | 02-Jun-2018 07:57:05.930 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
flowable-apps | 02-Jun-2018 07:57:05.930 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal Context [/modeler] startup failed due to previous errors