public interface JobInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_EXCEPTION_MESSAGE_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomValues()
Get the custom values.
|
String |
getExceptionMessage()
Returns the message of the exception that occurred, the last time the job was executed.
|
String |
getId()
Returns the unique identifier for this job.
|
String |
getJobHandlerConfiguration()
Get the job handler configuration.
|
String |
getJobHandlerType()
Get the job handler type.
|
int |
getRetries()
Returns the number of retries this job has left.
|
String |
getTenantId()
Get the tenant identifier for this job.
|
static final int MAX_EXCEPTION_MESSAGE_LENGTH
String getId()
int getRetries()
String getExceptionMessage()
String getTenantId()
String getJobHandlerType()
String getJobHandlerConfiguration()
String getCustomValues()
Copyright © 2019 Flowable. All rights reserved.