mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore(core): Calculate workflow timeout based on startedAt date of execution (#17137)
This commit is contained in:
@@ -2342,6 +2342,7 @@ export interface IWorkflowExecutionDataProcess {
|
||||
agentRequest?: AiAgentRequest;
|
||||
httpResponse?: express.Response; // Used for streaming responses
|
||||
streamingEnabled?: boolean;
|
||||
startedAt?: Date;
|
||||
}
|
||||
|
||||
export interface ExecuteWorkflowOptions {
|
||||
|
||||
Reference in New Issue
Block a user