Commit Graph
14 Commits
Author SHA1 Message Date
Danny MartiniandGitHub c4e4d37a87 fix(core): Remove run data of nodes unrelated to the current partial execution (#12099) 2024-12-09 13:15:17 +01:00
Danny MartiniandGitHub 891dd7f995 fix(core): Execute nodes after loops correctly with the new partial execution flow (#11978) 2024-12-09 08:59:02 +01:00
Mutasem AldmourandGitHub abc851c0cf fix: Load workflows with unconnected Switch outputs (#12020) 2024-12-04 13:44:25 +01:00
Danny MartiniandGitHub 40a41dd192 refactor(core): Extract disabled node filtering out of findSubgraph (#11941) 2024-11-29 12:58:53 +01:00
b8da4ff9ed fix(editor): Implement dirty nodes for partial executions (#11739)
Co-authored-by: Danny Martini <danny@n8n.io>
2024-11-28 14:04:55 +01:00
Danny MartiniandGitHub 3320436a6f fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
Danny MartiniandGitHub cb7c4d29a6 feat(core): Handle nodes with multiple inputs and connections during partial executions (#11376) 2024-10-28 10:16:19 +01:00
Danny MartiniandGitHub 321d6deef1 feat(core): Handle cycles in workflows when partially executing them (#11187) 2024-10-18 17:30:26 +02:00
Danny MartiniandGitHub 8e6ddfe028 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
Danny MartiniandGitHub 0eee5dfd59 fix(core): Fix AI nodes not working with new partial execution flow (#11055) 2024-10-09 09:34:26 +02:00
Danny MartiniandGitHub 5903592a23 fix(core): Fix new partial execution flow not working with workflows with multiple disabled nodes in a row (no-changelog) (#11024) 2024-10-02 08:12:38 +02:00
Tomi TurtiainenandGitHub d2238b9eac refactor: Enable import/order rule for n8n-core (#11016) 2024-09-30 16:38:56 +03:00
Danny MartiniandGitHub 36c472ee0a fix(core): Clean run data correctly for the new partial execution flow (no-changelog) (#10951) 2024-09-25 10:34:00 +02:00
2a084f96f8 feat: Implement new partial execution logic for acyclic workflows (no-changelog) (#10256)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2024-09-18 15:06:36 +02:00