Annotation Type ConditionalOnCmmnEngine
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ConditionalOnClass(name={"org.flowable.cmmn.engine.CmmnEngine","org.flowable.cmmn.spring.SpringCmmnEngineConfiguration"}) @ConditionalOnProperty(prefix="flowable.cmmn", name="enabled", havingValue="true", matchIfMissing=true) public @interface ConditionalOnCmmnEngine
A metaConditionalannotation that checks if the CMMN engine should / can be activated.By default the cmmn engine is activated when the
CmmnEngineandSpringCmmnEngineConfigurationare present. Additionally the propertyflowable.cmmn.enabledis checked, if it istrueor missing the cmmn engine would be enabled.- Author:
- Filip Hrisafov