mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Persist node execution order, and forward it to the frontend (#14455)
This commit is contained in:
committed by
GitHub
parent
707ecb63ae
commit
9ba58ca80b
@@ -1603,6 +1603,7 @@ describe('Workflow', () => {
|
||||
],
|
||||
startTime: 1,
|
||||
executionTime: 1,
|
||||
executionIndex: 0,
|
||||
data: {
|
||||
main: [
|
||||
[
|
||||
@@ -1681,6 +1682,7 @@ describe('Workflow', () => {
|
||||
{
|
||||
startTime: 1,
|
||||
executionTime: 1,
|
||||
executionIndex: 0,
|
||||
data: {
|
||||
main: [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user