Skip to content

fix(core): Workflows executed from other workflows not stopping #16567

fix(core): Workflows executed from other workflows not stopping

fix(core): Workflows executed from other workflows not stopping #16567

Triggered via pull request April 1, 2024 16:54
Status Success
Total duration 17m 43s
Artifacts

ci-pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint changes: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/SqlAgent/execute.ts#L135
Unsafe member access .message on an `any` value
Lint changes: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/SqlAgent/execute.ts#L136
Unsafe member access .message on an `any` value
Lint changes: packages/@n8n/nodes-langchain/nodes/agents/Agent/agents/SqlAgent/execute.ts#L138
Unsafe member access .message on an `any` value
Lint changes: packages/@n8n/nodes-langchain/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.ts#L169
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator