n8n/packages/core/src/PartialExecutionUtils
2024-12-09 13:15:17 +01:00
..
__tests__ fix(core): Remove run data of nodes unrelated to the current partial execution (#12099) 2024-12-09 13:15:17 +01:00
cleanRunData.ts fix(core): Remove run data of nodes unrelated to the current partial execution (#12099) 2024-12-09 13:15:17 +01:00
DirectedGraph.ts fix(core): Remove run data of nodes unrelated to the current partial execution (#12099) 2024-12-09 13:15:17 +01:00
filterDisabledNodes.ts refactor(core): Extract disabled node filtering out of findSubgraph (#11941) 2024-11-29 12:58:53 +01:00
findStartNodes.ts fix(core): Execute nodes after loops correctly with the new partial execution flow (#11978) 2024-12-09 08:59:02 +01:00
findSubgraph.ts refactor(core): Extract disabled node filtering out of findSubgraph (#11941) 2024-11-29 12:58:53 +01:00
findTriggerForPartialExecution.ts refactor: Enable import/order rule for n8n-core (#11016) 2024-09-30 16:38:56 +03:00
getIncomingData.ts fix(core): Execute nodes after loops correctly with the new partial execution flow (#11978) 2024-12-09 08:59:02 +01:00
getSourceDataGroups.ts feat(core): Handle nodes with multiple inputs and connections during partial executions (#11376) 2024-10-28 10:16:19 +01:00
handleCycles.ts feat(core): Handle cycles in workflows when partially executing them (#11187) 2024-10-18 17:30:26 +02:00
index.ts refactor(core): Extract disabled node filtering out of findSubgraph (#11941) 2024-11-29 12:58:53 +01:00
recreateNodeExecutionStack.ts feat(core): Handle nodes with multiple inputs and connections during partial executions (#11376) 2024-10-28 10:16:19 +01:00