SerializedTask
Home > @backstage/plugin-scaffolder-node
> SerializedTask
Warning: This API is now obsolete.
this type is planned to be removed. Please reach out to us in an issue if you're using this type and your use cases.
SerializedTask
Signature:
export type SerializedTask = {
id: string;
spec: TaskSpec;
status: TaskStatus;
createdAt: string;
lastHeartbeatAt?: string;
createdBy?: string;
secrets?: TaskSecrets;
state?: JsonObject;
};
References: TaskSpec, TaskStatus, TaskSecrets, JsonObject