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,