We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRPC API - See: camunda/camunda#25947
Triage if this needs to be done for the REST API.
The text was updated successfully, but these errors were encountered:
The current job.complete interface takes a single object, the variables to update.
job.complete
complete: ( updatedVariables?: WorkerOutputVariables ) => Promise<JOB_ACTION_ACKNOWLEDGEMENT>
The underlying gRPC interface needs a jobKey, which is bound to the function.
jobKey
But with this new functionality, it needs to take an object with the updated variables, and an optional JobResult.
JobResult
So, the existing interface is not compatible with the new functionality.
Function signature override?
New method? (Easiest) job.correct?
job.correct
Sorry, something went wrong.
feat(zeebe): support Job Corrections in complete command fixes #347
edaddd8
8bca71d
12d5398
jwulf
No branches or pull requests
GRPC API - See: camunda/camunda#25947
Triage if this needs to be done for the REST API.
The text was updated successfully, but these errors were encountered: