From 4889108c1e6d8c02b2565cce6ff4fdf9e909b7b5 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 20 Dec 2025 01:54:20 +0000 Subject: [PATCH] feat: Add test comment to DAGExecutor Co-authored-by: emir --- apps/sim/executor/execution/executor.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/sim/executor/execution/executor.ts b/apps/sim/executor/execution/executor.ts index 8a2bf4fc9a..c5f2a0feeb 100644 --- a/apps/sim/executor/execution/executor.ts +++ b/apps/sim/executor/execution/executor.ts @@ -22,6 +22,10 @@ import type { SerializedWorkflow } from '@/serializer/types' const logger = createLogger('DAGExecutor') +/** + * This is a test comment for the executor. + */ + export interface DAGExecutorOptions { workflow: SerializedWorkflow currentBlockStates?: Record