MCPcopy
hub / github.com/simstudioai/sim / temporalScheduleUrl

Function temporalScheduleUrl

apps/sim/tools/temporal/utils.ts:74–80  ·  view source on GitHub ↗
(
  serverUrl: string,
  namespace: string,
  scheduleId: string
)

Source from the content-addressed store, hash-verified

72 * the schedule ID.
73 */
74export function temporalScheduleUrl(
75 serverUrl: string,
76 namespace: string,
77 scheduleId: string
78): string {
79 return `${temporalNamespaceUrl(serverUrl, namespace)}/schedules/${encodeURIComponent(scheduleId.trim())}`
80}
81
82/**
83 * Builds a `common.v1.WorkflowExecution` reference with trimmed IDs, omitting the run ID

Callers 6

delete_schedule.tsFile · 0.90
pause_schedule.tsFile · 0.90
create_schedule.tsFile · 0.90

Calls 1

temporalNamespaceUrlFunction · 0.85

Tested by

no test coverage detected