Properties
action
action: SchedulableActionType
entity
entity
: Link<SchedulableEntityType>Optional error
error?: ScheduledActionFailedError
Optional payload
payload?: ScheduledActionPayloadProps
scheduledFor
scheduledFor: { datetime: string; timezone?: string }
Type declaration
datetime: string
Optional timezone?: string
The Contentful-style error that occurred during execution if sys.status is failed
{ sys: { type: 'Error', id: 'InvalidEntry' }, message: 'Entry is invalid', details: { errors: [...] } }