Private
storeCreates a new schedule.
Unique identifier for the schedule.
Idempotency key associated with the create operation.
Description of the schedule.
CRON expression defining the schedule's execution time.
Key-value pairs associated with the schedule.
Unique identifier for the associated promise.
Timeout for the associated promise in milliseconds.
Headers associated with the promise data.
Encoded data for the promise of type string.
Key-value pairs associated with the promise.
A Promise resolving to the created schedule.
Search for schedules.
Ids to match, can include wildcards.
Tags to match.
A list of promise schedules.
Schedule Store API