mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
fix(editor): Restore workflow tool view-execution link for V3 Agents (#22730)
This commit is contained in:
@@ -173,9 +173,13 @@ export class WorkflowToolService {
|
||||
|
||||
return processedResponse;
|
||||
}
|
||||
|
||||
// If manualLogging is false we've been called by the engine and need
|
||||
// the structured response.
|
||||
|
||||
if (metadata && 'setMetadata' in context) {
|
||||
void context.setMetadata(metadata);
|
||||
}
|
||||
|
||||
return responseData;
|
||||
} catch (error) {
|
||||
// Check if error is due to cancellation
|
||||
|
||||
Reference in New Issue
Block a user