Uses of Class
io.camunda.zeebe.gateway.protocol.rest.JobFailRequest
Packages that use JobFailRequest
Package
Description
-
Uses of JobFailRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return JobFailRequestModifier and TypeMethodDescriptionJobFailRequest.errorMessage(String errorMessage) JobFailRequest.putVariablesItem(String key, Object variablesItem) JobFailRequest.retryBackOff(Long retryBackOff) -
Uses of JobFailRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type JobFailRequestModifier and TypeMethodDescriptionstatic RequestMapper.FailJobRequestRequestMapper.toJobFailRequest(JobFailRequest failRequest, long jobKey) -
Uses of JobFailRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type JobFailRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> JobController.failureJob(long jobKey, JobFailRequest failureRequest)