feat: 添加流程执行查询接口及模型类型与节点名称优化
This commit is contained in:
@@ -219,7 +219,7 @@ type OutputItem struct {
|
||||
}
|
||||
type FlowNode struct {
|
||||
FlowName string `json:"flowName" description:"流程名称"`
|
||||
FlowId int64 `json:"flowId,string" description:"流程ID"`
|
||||
Id int64 `json:"Id,string" description:"任务ID"`
|
||||
SessionId string `json:"sessionId" description:"会话ID"`
|
||||
Items []OutputItem `json:"items" description:"输出项列表"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user