chore(core): Calculate workflow timeout based on startedAt date of execution (#17137)

This commit is contained in:
Andreas Fitzek
2025-07-10 10:39:56 +02:00
committed by GitHub
parent 8fff83032c
commit 591aa2d20c
5 changed files with 190 additions and 4 deletions

View File

@@ -2342,6 +2342,7 @@ export interface IWorkflowExecutionDataProcess {
agentRequest?: AiAgentRequest;
httpResponse?: express.Response; // Used for streaming responses
streamingEnabled?: boolean;
startedAt?: Date;
}
export interface ExecuteWorkflowOptions {