public class ExternalWorkerJobFailCmd extends AbstractExternalWorkerJobCmd
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorDetails |
protected String |
errorMessage |
protected int |
retries |
protected Duration |
retryTimeout |
externalJobId, jobServiceConfiguration, workerId| Constructor and Description |
|---|
ExternalWorkerJobFailCmd(String externalJobId,
String workerId,
int retries,
Duration retryTimeout,
String errorMessage,
String errorDetails,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
execute, resolveJobprotected int retries
protected Duration retryTimeout
protected String errorMessage
protected String errorDetails
protected void runJobLogic(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext)
runJobLogic in class AbstractExternalWorkerJobCmdCopyright © 2021 Flowable. All rights reserved.