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

Function saveFlow

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

Source from the content-addressed store, hash-verified

52}
53
54export async function saveFlow(body:any) {
55 return post('/api/cmd/flowRecord/save', body);
56}
57
58export async function submitFlow(body:any) {
59 return post('/api/cmd/flowRecord/submitFlow', body);

Callers 1

handlerSaveFlowFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected