mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +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
@@ -110,6 +110,7 @@ const taskData: DataRequestResponse = {
|
||||
{
|
||||
hints: [],
|
||||
startTime: 1730313407328,
|
||||
executionIndex: 0,
|
||||
executionTime: 1,
|
||||
source: [],
|
||||
executionStatus: 'success',
|
||||
@@ -122,6 +123,7 @@ const taskData: DataRequestResponse = {
|
||||
{
|
||||
hints: [],
|
||||
startTime: 1730313407330,
|
||||
executionIndex: 1,
|
||||
executionTime: 1,
|
||||
source: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user