feat(workflow): exec_workflow 增加重试/心跳三列与可恢复查询 DAO
This commit is contained in:
@@ -13,6 +13,7 @@ type CreateWorkflowReq struct {
|
||||
RequestParams *entity.FlowInfo `json:"requestParams" description:"请求参数"`
|
||||
ErrorMessage string `json:"errorMessage" description:"错误信息(友好提示)"`
|
||||
Error string `json:"error" description:"错误明细(原始错误)"`
|
||||
LastHeartbeat int64 `json:"lastHeartbeat" description:"最后心跳时间(毫秒时间戳)"`
|
||||
}
|
||||
|
||||
type DeleteExecWorkflowReq struct {
|
||||
|
||||
Reference in New Issue
Block a user