mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Expose View Execution links for erroneous sub-executions (#13185)
This commit is contained in:
@@ -295,6 +295,8 @@ async function startExecution(
|
||||
throw objectToError(
|
||||
{
|
||||
...executionError,
|
||||
executionId,
|
||||
workflowId: workflowData.id,
|
||||
stack: executionError?.stack,
|
||||
message: executionError?.message,
|
||||
},
|
||||
@@ -322,6 +324,8 @@ async function startExecution(
|
||||
throw objectToError(
|
||||
{
|
||||
...error,
|
||||
executionId,
|
||||
workflowId: workflowData.id,
|
||||
stack: error?.stack,
|
||||
},
|
||||
workflow,
|
||||
|
||||
Reference in New Issue
Block a user