public interface InternalJobCompatibilityManager
| Modifier and Type | Method and Description |
|---|---|
void |
deleteV5Job(String jobId) |
void |
executeV5Job(Job job) |
void |
executeV5JobWithLockAndRetry(Job job) |
void |
handleFailedV5Job(AbstractRuntimeJobEntity job,
Throwable exception) |
boolean |
isFlowable5Job(Job job) |
boolean isFlowable5Job(Job job)
void executeV5Job(Job job)
void executeV5JobWithLockAndRetry(Job job)
void deleteV5Job(String jobId)
void handleFailedV5Job(AbstractRuntimeJobEntity job, Throwable exception)
Copyright © 2018 Flowable. All rights reserved.