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