mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +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
@@ -278,6 +278,7 @@ export const SUPPORT_CHAT_TEST_PAYLOAD: ChatRequest.RequestPayload = {
|
||||
{
|
||||
hints: [],
|
||||
startTime: 1737540693122,
|
||||
executionIndex: 0,
|
||||
executionTime: 1,
|
||||
source: [],
|
||||
executionStatus: 'success',
|
||||
@@ -287,6 +288,7 @@ export const SUPPORT_CHAT_TEST_PAYLOAD: ChatRequest.RequestPayload = {
|
||||
{
|
||||
hints: [],
|
||||
startTime: 1737540693124,
|
||||
executionIndex: 1,
|
||||
executionTime: 2,
|
||||
source: [
|
||||
{
|
||||
@@ -300,6 +302,7 @@ export const SUPPORT_CHAT_TEST_PAYLOAD: ChatRequest.RequestPayload = {
|
||||
{
|
||||
hints: [],
|
||||
startTime: 1737540693126,
|
||||
executionIndex: 2,
|
||||
executionTime: 0,
|
||||
source: [
|
||||
{
|
||||
@@ -313,6 +316,7 @@ export const SUPPORT_CHAT_TEST_PAYLOAD: ChatRequest.RequestPayload = {
|
||||
{
|
||||
hints: [],
|
||||
startTime: 1737540693127,
|
||||
executionIndex: 3,
|
||||
executionTime: 0,
|
||||
source: [
|
||||
{
|
||||
@@ -326,6 +330,7 @@ export const SUPPORT_CHAT_TEST_PAYLOAD: ChatRequest.RequestPayload = {
|
||||
{
|
||||
hints: [],
|
||||
startTime: 1737540693127,
|
||||
executionIndex: 4,
|
||||
executionTime: 28,
|
||||
source: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user