refactor(core): Simplify worker execution path (#15253)

This commit is contained in:
Iván Ovejero
2025-05-13 16:31:53 +02:00
committed by GitHub
parent 42016143ab
commit 3840cbabbf
8 changed files with 4 additions and 92 deletions

View File

@@ -2164,9 +2164,6 @@ export interface IRunExecutionData {
waitTill?: Date;
pushRef?: string;
/** Whether this execution was started by a test webhook call. */
isTestWebhook?: boolean;
/** Data needed for a worker to run a manual execution. */
manualData?: Pick<
IWorkflowExecutionDataProcess,