Schedule action — Temporal SDK's ScheduleOptionsAction from @temporalio/client extended with the back-compat retryPolicy alias. Currently only startWorkflow actions are supported (matches the SDK).
ScheduleOptionsAction
@temporalio/client
retryPolicy
startWorkflow
Optional
Use retry. Kept for backward compatibility; forwarded to retry at runtime. Typed loosely so prior Record<string, unknown> usages still compile.
retry
Record<string, unknown>
Schedule action — Temporal SDK's
ScheduleOptionsActionfrom@temporalio/clientextended with the back-compatretryPolicyalias. Currently onlystartWorkflowactions are supported (matches the SDK).