Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
IFailJobCommandStep2 | Retries (int remainingRetries) |
Set the remaining retries of this job. | |
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.
remainingRetries | the remaining retries of this job (e.g. "jobEvent.getRetries() - 1") |