Class FlowableProcessProperties

java.lang.Object
com.flowable.spring.boot.process.FlowableProcessProperties

@ConfigurationProperties(prefix="flowable.process")
public class FlowableProcessProperties
extends java.lang.Object
Author:
Filip Hrisafov
  • Field Details

    • servlet

      @NestedConfigurationProperty protected final FlowableServlet servlet
      The servlet configuration for the Process Rest API.
    • enableProcessDefinitionHistoryLevel

      protected boolean enableProcessDefinitionHistoryLevel
      Allow to override default history level for specific process definitions using the historyLevel extension element
    • definitionCacheLimit

      protected int definitionCacheLimit
      The maximum amount of process definitions available in the process definition cache. Per default it is -1 (all process definitions).
    • enableSafeXml

      protected boolean enableSafeXml
      Enables extra checks on the BPMN 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 process engine
  • Constructor Details

  • Method Details