feat(zeebe): support Job Corrections in complete command fixes #347 #176
Annotations
3 errors and 1 warning
Build and Smoke Test:
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>'.
|
Build and Smoke Test:
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>>'.
|
Build and Smoke Test
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading