n8n/packages/core/src/PartialExecutionUtils
2024-10-28 10:16:19 +01:00
..
__tests__ feat(core): Handle nodes with multiple inputs and connections during partial executions (#11376) 2024-10-28 10:16:19 +01:00
cleanRunData.ts feat(core): Handle cycles in workflows when partially executing them (#11187) 2024-10-18 17:30:26 +02:00
DirectedGraph.ts feat(core): Handle cycles in workflows when partially executing them (#11187) 2024-10-18 17:30:26 +02:00
findStartNodes.ts feat(core): Handle cycles in workflows when partially executing them (#11187) 2024-10-18 17:30:26 +02:00
findSubgraph.ts refactor(core): Use options object for functions with lots of arguments to make the call site more readable and avoid errors (#11199) 2024-10-10 12:52:10 +02:00
findTriggerForPartialExecution.ts refactor: Enable import/order rule for n8n-core (#11016) 2024-09-30 16:38:56 +03:00
getIncomingData.ts feat(core): Handle nodes with multiple inputs and connections during partial executions (#11376) 2024-10-28 10:16:19 +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 feat(core): Handle cycles in workflows when partially executing them (#11187) 2024-10-18 17:30:26 +02:00
recreateNodeExecutionStack.ts feat(core): Handle nodes with multiple inputs and connections during partial executions (#11376) 2024-10-28 10:16:19 +01:00