From 7b53ca04382672829aef228430165813185e100f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Jun 2026 05:07:32 +0000 Subject: [PATCH] chore(executor): document resume API URL --- apps/sim/executor/constants.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/sim/executor/constants.ts b/apps/sim/executor/constants.ts index 03d2cebe635..1ea7f3e45c8 100644 --- a/apps/sim/executor/constants.ts +++ b/apps/sim/executor/constants.ts @@ -270,6 +270,9 @@ export const PAUSE_RESUME = { }, } as const +/** + * Builds the API callback URL used by paused executor runs to resume execution. + */ export function buildResumeApiUrl( baseUrl: string | undefined, workflowId: string,