Uses of Interface
org.flowable.external.client.ExternalWorkerJobFailureBuilder
Packages that use ExternalWorkerJobFailureBuilder
-
Uses of ExternalWorkerJobFailureBuilder in org.flowable.external.client
Methods in org.flowable.external.client that return ExternalWorkerJobFailureBuilderModifier and TypeMethodDescriptionExternalWorkerClient.createFailureBuilder(AcquiredExternalWorkerJob job) Create a builder that can be used to fail the given jobThe failure details that should be passed to the Flowable application.Provide fail information based on the exception.The failure message that should be passed to the Flowable application.ExternalWorkerJobFailureBuilder.retries(int retries) How many times should the job be retried.ExternalWorkerJobFailureBuilder.retryTimeout(Duration retryTimeout) How long should the Flowable application wait before making this job available for execution. -
Uses of ExternalWorkerJobFailureBuilder in org.flowable.external.client.impl
Classes in org.flowable.external.client.impl that implement ExternalWorkerJobFailureBuilderMethods in org.flowable.external.client.impl that return ExternalWorkerJobFailureBuilderModifier and TypeMethodDescriptionRestExternalWorkerClient.createFailureBuilder(AcquiredExternalWorkerJob job) RestExternalWorkerFailureBuilder.retries(int retries) RestExternalWorkerFailureBuilder.retryTimeout(Duration retryTimeout)