Package org.flowable.job.service
Interface InternalJobCompatibilityManager
- All Known Implementing Classes:
DefaultInternalJobCompatibilityManager
public interface InternalJobCompatibilityManager
- Author:
- Tijs Rademakers, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteV5Job
(String jobId) void
executeV5Job
(Job job) void
void
handleFailedV5Job
(AbstractRuntimeJobEntity job, Throwable exception) boolean
isFlowable5Job
(Job job)
-
Method Details
-
isFlowable5Job
-
executeV5Job
-
executeV5JobWithLockAndRetry
-
deleteV5Job
-
handleFailedV5Job
-