Skip to content

Commit 7b53ca0

Browse files
author
root
committed
chore(executor): document resume API URL
1 parent 6333919 commit 7b53ca0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/sim/executor/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ export const PAUSE_RESUME = {
270270
},
271271
} as const
272272

273+
/**
274+
* Builds the API callback URL used by paused executor runs to resume execution.
275+
*/
273276
export function buildResumeApiUrl(
274277
baseUrl: string | undefined,
275278
workflowId: string,

0 commit comments

Comments
 (0)