Skip to main content
Version: Next

TaskStoreListEventsOptions

Home > @backstage/plugin-scaffolder-backend > TaskStoreListEventsOptions

Warning: This API is now obsolete.

this type is deprecated, and there will be a new way to create Workers in the next major version.

TaskStoreListEventsOptions

Signature:

export type TaskStoreListEventsOptions = {
isTaskRecoverable?: boolean;
taskId: string;
after?: number | undefined;
};