Skip to content

feat(zeebe): support Job Corrections in complete command fixes #347 #176

feat(zeebe): support Job Corrections in complete command fixes #347

feat(zeebe): support Job Corrections in complete command fixes #347 #176

  • selfhosted and integration require an approval to start deploying changes

    View pending deployments

    View pending deployments
    requested by jwulf in Pull Request tests #176

Triggered via pull request January 6, 2025 12:06
@jwulfjwulf
synchronize #348
fix-347
Status Waiting
Total duration
Artifacts
  • selfhosted and integration require an approval to start deploying changes

    View pending deployments

    View pending deployments
    requested by jwulf in Pull Request tests #176

pr-test.yml

on: pull_request
unit-tests
25s
unit-tests
saas_integration
saas_integration
integration waiting for review
local_integration
local_integration
selfhosted waiting for review
local_multitenancy_integration
local_multitenancy_integration
selfhosted waiting for review
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
jwulf
requested review
-

Annotations

3 errors and 1 warning
unit-tests: src/zeebe/lib/ZBStreamWorker.ts#L200
Property 'completeWithJobResult' is missing in type '{ cancelWorkflow: () => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">; complete: (...args: any[]) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">; error: (...args: any[]) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">; fail: (...args: any[]) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">; forward: (...args: any[]) => "JOB_ACTION_ACKNOWLEDGEME...' but required in type 'JobCompletionInterface<T>'.
unit-tests: src/zeebe/zb/ZBWorker.ts#L50
Argument of type '{ cancelWorkflow: () => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">; complete: (updatedVariables?: unknown) => Promise<"JOB_ACTION_ACKNOWLEDGEMENT">; fail: { (errorMessage: string, retries?: number | undefined): Promise<...>; (failureConfiguration: ZB.JobFailureConfiguration): Promise<...>; }; ... 14 more ...; tenantId: s...' is not assignable to parameter of type 'Readonly<ZeebeJob<WorkerInputVariables, CustomHeaderShape, WorkerOutputVariables>>'.
unit-tests
Process completed with exit code 2.
unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636