Uses of Interface
org.flowable.external.worker.WorkerResult.Failure
Packages that use WorkerResult.Failure
-
Uses of WorkerResult.Failure in org.flowable.external.worker
Methods in org.flowable.external.worker that return WorkerResult.FailureModifier and TypeMethodDescriptionThe failure details that should be passed to the Flowable application.Provide fail information based on the exception.WorkerResultBuilder.failure()Create a newWorkerResult.Failurethat can be used as a return type for methods annotated with@FlowableWorkerThe failure message that should be passed to the Flowable application.WorkerResult.Failure.retries(int retries) How many times should the job be retried.WorkerResult.Failure.retryTimeout(Duration retryTimeout) How long should the Flowable application wait before making this job available for execution.Methods in org.flowable.external.worker with parameters of type WorkerResult.Failure