SerializedTaskEvent
Home > @backstage/plugin-scaffolder-node
> SerializedTaskEvent
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.
SerializedTaskEvent
Signature:
export type SerializedTaskEvent = {
id: number;
isTaskRecoverable?: boolean;
taskId: string;
body: {
message: string;
stepId?: string;
status?: TaskStatus;
} & JsonObject;
type: TaskEventType;
createdAt: string;
};
References: TaskStatus, JsonObject, TaskEventType