Class FlowableCmmnProperties

java.lang.Object
com.flowable.spring.boot.cmmn.FlowableCmmnProperties

@ConfigurationProperties(prefix="flowable.cmmn")
public class FlowableCmmnProperties
extends java.lang.Object
Properties for configuring the CMMN engine.
Author:
Filip Hrisafov
  • Field Details

    • deploymentName

      protected java.lang.String deploymentName
      The name of the deployment for the CMMN resources.
    • resourceLocation

      protected java.lang.String resourceLocation
      The location where the CMMN resources are located. Default is classpath*:/cases/
    • resourceSuffixes

      protected java.util.List<java.lang.String> resourceSuffixes
      The suffixes for the resources that need to be scanned. Default is **.cmmn, **.cmmn11, **.cmmn.xml, **.cmmn11.xml
    • deployResources

      protected boolean deployResources
      Whether to perform deployment of resources, default is true.
    • enabled

      protected boolean enabled
      Whether the CMMN engine needs to be started.
    • enableSafeXml

      protected boolean enableSafeXml
      Enables extra checks on the CMMN xml that is parsed. See https://www.flowable.org/docs/userguide/index.html#advanced.safe.bpmn.xml Unfortunately, this feature is not available on some platforms (JDK 6, JBoss), hence you need to disable if your platform does not allow the use of StaxSource during XML parsing.
    • bulkInsertEnabled

      protected java.lang.Boolean bulkInsertEnabled
      Allows to set the bulk insert configuration specifically for the cmmn engine
  • Constructor Details

  • Method Details