Hierarchy

Properties

action: SchedulableActionType
entity: Link<SchedulableEntityType>
environment?: {
    sys: MetaLinkProps;
}

Type declaration

error?: ScheduledActionFailedError

The Contentful-style error that occurred during execution if sys.status is failed

Example

{
* sys: {
* type: 'Error',
* id: 'InvalidEntry'
* },
* message: 'Entry is invalid',
* details: {
* errors: [...]
* }
* }
payload?: ScheduledActionPayloadProps
scheduledFor: {
    datetime: string;
    timezone?: string;
}

Type declaration

Methods