Error Handling in Service Task

Thanks @StephanHaarmann , let me check on that.
We are facing one more issue, we are creating process instance as part of API call, when we receive the call, we start the process instance and as part of response, we’ll send the next user task as part of that workflow.

So before sending the response all the service tasks will be executed and execution will be moved to user task.
But intermittently, zeebe broker is not activating the user task handler after completing the service tasks. Execution is moving forward and response is sent back without User task details. We have created zeebeClient with default configurations

Could you please help here. Let me know if you need any additional details.

Have created different post for this - User Task worker not activated intermittently