TaskStoreShutDownTaskOptions
Home > @backstage/plugin-scaffolder-backend
> TaskStoreShutDownTaskOptions
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.
TaskStoreShutDownTaskOptions
Signature:
export type TaskStoreShutDownTaskOptions = {
taskId: string;
};