zeebe-client-csharp icon indicating copy to clipboard operation
zeebe-client-csharp copied to clipboard

I can use the client to update a timeout of a job

Open LennartKleymann opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, the ZeebeClient lacks an implementation for the update job timeout command, which is essential for extending the timeout of a job that is still being processed. This can lead to jobs timing out prematurely if they require more time than initially allocated.

Describe the solution you'd like I propose adding a new function to the ZeebeClient named NewUpdateJobTimeoutCommand. This function should allow users to update the timeout of a given job by specifying the job key and the new timeout duration.

Additional context I am interested in contributing this feature and would like to create a pull request for it.

LennartKleymann avatar May 22 '24 21:05 LennartKleymann