@Target(value={FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented @Qualifier public @interface Cmmn
This can be used when one wants to provide a dedicated TaskExecutor or
SpringRejectedJobsHandler for the Cmmn SpringAsyncExecutor.
IMPORTANT: When using this for the TaskExecutor or the RejectedJobsHandler, one needs to define a @Primary bean as well,
otherwise the Process Engine would use the one from the CMMN as well.
Copyright © 2021 Flowable. All rights reserved.