Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Commands.IFailJobCommandStep1 Interface Reference

Public Member Functions

IFailJobCommandStep2 Retries (int remainingRetries)
 Set the remaining retries of this job. More...
 

Member Function Documentation

◆ Retries()

IFailJobCommandStep2 Zeebe.Client.Api.Commands.IFailJobCommandStep1.Retries ( int  remainingRetries)

Set the remaining retries of this job.

If the retries are greater than zero then this job will be picked up again by a job worker. Otherwise, an incident is created for this job.

Parameters
remainingRetriesthe remaining retries of this job (e.g. "jobEvent.getRetries() - 1")
Returns
the builder for this command. Call IFinalCommandStep<T>.Send to complete the command and send it to the broker.

The documentation for this interface was generated from the following file: