MCPcopy Index your code
hub / github.com/codingapi/springboot-framework / removeFlow

Function removeFlow

admin-ui/src/api/flow.ts:45–47  ·  view source on GitHub ↗
(body:any)

Source from the content-addressed store, hash-verified

43}
44
45export async function removeFlow(body:any) {
46 return post('/api/cmd/flowRecord/remove', body);
47}
48
49
50export async function detail(id?:any,workCode?:any) {

Callers 1

handleRemoveFlowFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected