Reference
Scheduling & Temporal
Local Cron triggers, durable Temporal Activities and Workflows, schedules, runtime contracts, and generated operations.
Concepts
Cron
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 client, Activity and Workflow workers, and durable submission clients.
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