Package org.flowable.spring.boot.process
Annotation Type ProcessAsync
-
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface ProcessAsync
Qualifier annotation for beans that need to be injected for Process Configurations.This can be used when one wants to provide a dedicated
SpringAsyncExecutorfor the process engine.- Author:
- Joram Barrez