Reference
Scheduling & Temporal
Local Cron triggers, durable Temporal Activities and Workflows, schedules, runtime contracts, and generated operations.
Concepts
Scheduling overviewChoose process-local recurring triggers or durable Temporal execution by their reliability model.
Cron | TemporalSchedule callback payloadRuntime-owned invocation metadata delivered to Cron and Temporal schedule callbacks. It is not a selectable stream or data type in the designer.ScheduleTriggerCron
Cron connectorA process-local datasource that evaluates portable five-field schedules.
type: CronCron endpointConverts recurring occurrences into zero, one, or many graph input values.Cron endpoint -> Input<T>Cron callback APIsLanguage-specific contracts implemented by generated Cron functions.ScheduleEndpointFunction<T>Temporal
Temporal connectorOwns the Temporal connection, Activity and Workflow workers, durable submission clients, and Worker shutdown policy.
type: TemporalTemporal endpoint propertiesCommon configuration for on-demand execution and optional durable scheduling.Activity | WorkflowActivity endpointsRetryable side-effecting work hosted by generated Temporal workers.temporalExecutionType: ActivityWorkflow endpointsDurable replay-safe orchestration implemented as a generated Workflow endpoint.temporalExecutionType: WorkflowTemporal Input and SinkHow durable executions enter the graph and graph values start durable work.Input source | Sink submissionTemporal SchedulesServer-managed durable starts for Activity or Workflow endpoints.schedule + scheduleId