SAService Architect Back to designer
SAService ArchitectDocumentation
Scheduling guide schedule + scheduleId

Temporal Schedules

Server-managed durable starts for Activity or Workflow endpoints.

When to use

Use this page while designing, implementing, operating, or troubleshooting scheduled and durable execution.

Behavior

  • Non-empty schedule provisions or reconciles a Temporal Schedule.
  • Each occurrence starts the endpoint execution type.
  • The schedule callback receives backend: temporal.

Schedule identity properties

Keep the durable ID stable across deployments.

PropertyTypeDescription
schedulestring

Five-field UTC expression; empty disables schedule provisioning.

scheduleIdstring

Stable server object identity.

Required when schedule is non-empty.
temporalExecutionTypeenum

Execution started by each occurrence.

Allowed: Activity, Workflow

Product-level example

schedule: "0 2 * * *"
scheduleId: nightly-reconciliation
timezone: UTC
temporalExecutionType: Workflow