TaskStoreCreateTaskOptions
Home > @backstage/plugin-scaffolder-backend
> TaskStoreCreateTaskOptions
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.
The options passed to TaskStore.createTask()
Signature:
export type TaskStoreCreateTaskOptions = {
spec: TaskSpec;
createdBy?: string;
secrets?: TaskSecrets;
};
References: TaskSpec, TaskSecrets