| Interface | Description |
|---|---|
| DeadLetterJobQuery |
Allows programmatic querying of
Jobs. |
| HistoryJob |
Represents one history job
|
| HistoryJobQuery |
Allows programmatic querying of
HistoryJobs. |
| Job |
Represents one job (timer, async job, etc.).
|
| JobInfo |
Interface for a job that can be directly executed (e.g an async job or a history job).
|
| JobQuery |
Allows programmatic querying of
Jobs. |
| SuspendedJobQuery |
Allows programmatic querying of
Jobs. |
| TimerJobQuery |
Allows programmatic querying of
Jobs. |
| Exception | Description |
|---|---|
| JobNotFoundException |
This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance)..
|
Copyright © 2018 Flowable. All rights reserved.