refactor(core): Persist node execution order, and forward it to the frontend (#14455)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-04-09 10:19:58 +02:00
committed by GitHub
parent 707ecb63ae
commit 9ba58ca80b
41 changed files with 235 additions and 113 deletions

View File

@@ -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: [
{