Interface NonTransactionalJobHandler
- All Superinterfaces:
JobHandler
Internal interface for non-transactional job handler implementations.
This interface extends from the regular
JobHandler, however the 'normal' execute method should not be called,
because there's no VariableScope or CommandContext
available as no transaction is currently ongoing when the job is executed.- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidexecuteNonTransactionally(JobEntity job, String configuration) Methods inherited from interface org.flowable.job.service.JobHandler
getType
-
Method Details
-
execute
default void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) - Specified by:
executein interfaceJobHandler
-
executeNonTransactionally
-