Skip to content

feat: Introduce workflow level concurrency #1090

feat: Introduce workflow level concurrency

feat: Introduce workflow level concurrency #1090

Triggered via pull request February 27, 2026 19:37
Status Failure
Total duration 1m 2s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 errors
commitlint
Process completed with exit code 1.
ci
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: string; parentStepAttemptId: string; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: string; parentStepAttemptId: string; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci
Type '{ namespaceId: string; id: string; workflowName: string; version: string | null; status: WorkflowRunStatus; idempotencyKey: string | null; ... 16 more ...; updatedAt: Date; }' is not assignable to type 'WorkflowRun'.
ci
openworkflow#build: command (/home/runner/work/openworkflow/openworkflow/packages/openworkflow) /opt/hostedtoolcache/node/24.13.1/x64/bin/npm run build exited (2)
ci
Cannot find module './backend.js' or its corresponding type declarations.
ci-bun
Argument of type '{ workflowName: string; version: string; idempotencyKey: null; concurrencyKey: string; concurrencyLimit: number; input: null; config: {}; context: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: string; parentStepAttemptId: string; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: string; parentStepAttemptId: string; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Argument of type '{ workflowName: string; version: null; idempotencyKey: null; input: null; config: {}; context: null; parentStepAttemptNamespaceId: null; parentStepAttemptId: null; availableAt: null; deadlineAt: null; }' is not assignable to parameter of type 'CreateWorkflowRunParams'.
ci-bun
Type '{ namespaceId: string; id: string; workflowName: string; version: string | null; status: WorkflowRunStatus; idempotencyKey: string | null; ... 16 more ...; updatedAt: Date; }' is not assignable to type 'WorkflowRun'.
ci-bun
Cannot find module './backend.js' or its corresponding type declarations.