Uses of Interface
org.flowable.job.api.ExternalWorkerJobFailureBuilder
-
Uses of ExternalWorkerJobFailureBuilder in org.flowable.job.api
Methods in org.flowable.job.api that return ExternalWorkerJobFailureBuilderModifier and TypeMethodDescriptionExternalWorkerJobFailureBuilder.errorDetails(String errorDetails) The longer error details for the failing job.ExternalWorkerJobFailureBuilder.errorMessage(String errorMessage) The error message for the failing job.ExternalWorkerJobFailureBuilder.retries(int retries) The number of new retries that should be set for the job.ExternalWorkerJobFailureBuilder.retryTimeout(Duration retryTimeout) The amount of time to wait before making the job available for a retry.