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