Type alias ScheduledActionProps
Scheduled
ActionProps: {
action: SchedulableActionType;
entity: Link<SchedulableEntityType>;
environment?: {
sys: MetaLinkProps;
};
error?: ScheduledActionFailedError;
payload?: ScheduledActionPayloadProps;
scheduledFor: {
datetime: ISO8601Timestamp;
timezone?: string;
};
sys: ScheduledActionSysProps;
}
Type declaration
-
action: SchedulableActionType
-
entity: Link<SchedulableEntityType>
-
Optional
environment?: {
sys: MetaLinkProps;
}
-
Optional
error?: ScheduledActionFailedError
-
Optional
payload?: ScheduledActionPayloadProps
-
scheduledFor: {
datetime: ISO8601Timestamp;
timezone?: string;
}
-
-
Optional
timezone?: string
-
The Contentful-style error that occurred during execution if sys.status is failed
Example