Annotation Type ProcessAsyncHistory


@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface ProcessAsyncHistory
Qualifier annotation for beans that need to be injected for Process Configurations.

This can be used when one wants to provide a dedicated SpringAsyncHistoryExecutor for the process engine.

Author:
Joram Barrez