Annotation Type ConditionalOnEventRegistry
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ConditionalOnClass(name={"org.flowable.eventregistry.impl.EventRegistryEngine","org.flowable.eventregistry.spring.SpringEventRegistryEngineConfiguration"}) @ConditionalOnProperty(prefix="flowable.eventregistry", name="enabled", havingValue="true", matchIfMissing=true) public @interface ConditionalOnEventRegistry
A metaConditionalannotation that checks if the Event registry should / can be activated.By default the event registry is activated when the
EventRegistryEngineandSpringEventRegistryEngineConfigurationare present. Additionally the propertyflowable.form.enabledis checked, if it istrueor missing the event registry would be enabled.