mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
stop workflow run
This commit is contained in:
@ -30,3 +30,7 @@ export const singleNodeRun = (appId: string, nodeId: string, params: object) =>
|
||||
export const publishWorkflow = (url: string) => {
|
||||
return post<CommonResponse>(url)
|
||||
}
|
||||
|
||||
export const stopWorkflowRun = (url: string) => {
|
||||
return post<CommonResponse>(url)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user