Package org.flowable.spring.boot.process
Annotation Type Process
-
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface Process
Qualifier annotation for a Process beans that need to be injected for Process Configurations.This can be used when one wants to provide a dedicated
TaskExecutororSpringRejectedJobsHandlerfor the ProcessSpringAsyncExecutor. IMPORTANT: When using this for theTaskExecutoror theRejectedJobsHandler, one needs to define a@Primarybean as well, otherwise the CMMN Engine would use the one from the Process as well.- Author:
- Filip Hrisafov