feat: add workflow run audit graph component and enhance workflow run details
This commit is contained in:
@@ -74,6 +74,7 @@ type AIWorkflowRunResponse struct {
|
||||
ErrorMessage string `json:"errorMessage"`
|
||||
CreatedAt string `json:"createdAt"`
|
||||
UpdatedAt string `json:"updatedAt"`
|
||||
Definition dsl.Definition `json:"definition"`
|
||||
Nodes []AIWorkflowNodeRunResponse `json:"nodes,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user