feat(ui): enhance workflow logs display
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface WorkflowLogModel extends Omit<BaseModel, "updated"> {
|
||||
nodeId: string;
|
||||
nodeName: string;
|
||||
timestamp: ReturnType<typeof Date.prototype.getTime>;
|
||||
level: "DEBUG" | "INFO" | "WARN" | "ERROR";
|
||||
message: string;
|
||||
data: Record<string, any>;
|
||||
|
||||
Reference in New Issue
Block a user