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