Annotation Type ActivitiRuntimeBundle


  • @Target(TYPE)
    @Retention(RUNTIME)
    @EnableBinding(org.activiti.cloud.services.events.ProcessEngineChannels.class)
    @Inherited
    @EnableDiscoveryClient
    @EnableWebSecurity
    @EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration.class,org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration.class})
    public @interface ActivitiRuntimeBundle