Skip to content

Fetch domain workflows when a query is provided #2659

Fetch domain workflows when a query is provided

Fetch domain workflows when a query is provided #2659

Triggered via pull request November 25, 2024 09:48
Status Failure
Total duration 1m 20s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
build: src/views/domain-workflows/domain-workflows-table/domain-workflows-table.tsx#L62
Type '{ columns: ({ sortable: false; name: "Workflow ID"; id: "WorkflowID"; renderCell: (row: DomainWorkflow) => string; width: "25.5%"; } | { sortable: false; name: "Status"; id: "CloseStatus"; renderCell: (row: DomainWorkflow) => FunctionComponentElement<...>; width: "7.5%"; } | { ...; } | { ...; } | { ...; } | { ...; }...' is not assignable to type 'IntrinsicAttributes & { data: DomainWorkflow[]; columns: ({ sortable: false; name: "Workflow ID"; id: "WorkflowID"; renderCell: (row: DomainWorkflow) => string; width: "25.5%"; } | ... 4 more ... | { ...; })[]; shouldShowResults: boolean; endMessage: ReactNode; sortColumn?: string | undefined; sortOrder?: "ASC" | .....'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/