mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Show result of waiting execution on canvas after execution complete (#10815)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com> Co-authored-by: Shireen Missi <shireen@n8n.io>
This commit is contained in:
@@ -238,14 +238,6 @@ export class Wait extends Webhook {
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: credentialsProperty(this.authPropertyName),
|
||||
hints: [
|
||||
{
|
||||
message:
|
||||
"When testing your workflow using the Editor UI, you can't see the rest of the execution following the Wait node. To inspect the execution results, enable Save Manual Executions in your Workflow settings so you can review the execution results there.",
|
||||
location: 'outputPane',
|
||||
whenToDisplay: 'beforeExecution',
|
||||
},
|
||||
],
|
||||
webhooks: [
|
||||
{
|
||||
...defaultWebhookDescription,
|
||||
|
||||
Reference in New Issue
Block a user