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

Function submitFlow

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

Source from the content-addressed store, hash-verified

56}
57
58export async function submitFlow(body:any) {
59 return post('/api/cmd/flowRecord/submitFlow', body);
60}
61
62export async function trySubmitFlow(body:any) {
63 return post('/api/cmd/flowRecord/trySubmitFlow', body);

Callers 2

handleSubmitFlowFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected