Class ExternalWorkerJobFailCmd
java.lang.Object
org.flowable.job.service.impl.cmd.AbstractExternalWorkerJobCmd
org.flowable.job.service.impl.cmd.ExternalWorkerJobFailCmd
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected int
protected Duration
Fields inherited from class org.flowable.job.service.impl.cmd.AbstractExternalWorkerJobCmd
externalJobId, jobServiceConfiguration, workerId
-
Constructor Summary
ConstructorsConstructorDescriptionExternalWorkerJobFailCmd
(String externalJobId, String workerId, int retries, Duration retryTimeout, String errorMessage, String errorDetails, JobServiceConfiguration jobServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) Methods inherited from class org.flowable.job.service.impl.cmd.AbstractExternalWorkerJobCmd
execute, resolveJob
-
Field Details
-
retries
protected int retries -
retryTimeout
-
errorMessage
-
errorDetails
-
-
Constructor Details
-
ExternalWorkerJobFailCmd
-
-
Method Details
-
runJobLogic
protected void runJobLogic(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) - Specified by:
runJobLogic
in classAbstractExternalWorkerJobCmd
-