feat(zeebe): support Job Corrections in complete command fixes #347 #176
- selfhosted and integration require an approval to start deploying changes
- selfhosted and integration require an approval to start deploying changes
pr-test.yml
on: pull_request
unit-tests
25s
saas_integration
integration
waiting for review
local_integration
selfhosted
waiting for review
local_multitenancy_integration
selfhosted
waiting for review
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
Event | Environments |
---|---|
jwulf
requested review
|
selfhosted
and
|
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
|