This commit is contained in:
StyleZhang
2024-03-16 15:00:30 +08:00
parent 5ee7fc4fde
commit 05f97f6e06
20 changed files with 78 additions and 43 deletions

View File

@ -28,7 +28,7 @@ export const singleNodeRun = (appId: string, nodeId: string, params: object) =>
}
export const publishWorkflow = (url: string) => {
return post<CommonResponse>(url)
return post<CommonResponse & { created_at: number }>(url)
}
export const stopWorkflowRun = (url: string) => {