OptionalactionThe Action that will be taken.
Next upcoming scheduled times of this Schedule
Most recent actions started (including manual triggers), sorted from older start time to newer.
OptionalmemoAdditional non-indexed information attached to the Schedule. The values can be anything that is serializable by the DataConverter.
The Schedule Id. We recommend using a meaningful business identifier.
OptionalsearchAdditional indexed information attached to the Schedule. More info: https://docs.temporal.io/docs/typescript/search-attributes
Values are always converted using JsonPayloadConverter, even when a custom Data Converter is provided.
Use typedSearchAttributes instead.
OptionalspecWhen will Actions be taken.
Optionalnote?: stringInformative human-readable message with contextual notes, e.g. the reason a Schedule is paused. The system may overwrite this message on certain conditions, e.g. when pause-on-failure happens.
Whether Schedule is currently paused.
OptionaltypedAdditional indexed information attached to the Schedule. More info: https://docs.temporal.io/docs/typescript/search-attributes
Values are always converted using JsonPayloadConverter, even when a custom Data Converter is provided.
A summary description of an existing Schedule, as returned by ScheduleClient.list.
Note that schedule listing is eventual consistent; some returned properties may therefore be undefined or incorrect for some time after creating or modifying a schedule.