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

Function startFlow

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

Source from the content-addressed store, hash-verified

39// 流程控制
40
41export async function startFlow(body:any) {
42 return post('/api/cmd/flowRecord/startFlow', body);
43}
44
45export async function removeFlow(body:any) {
46 return post('/api/cmd/flowRecord/remove', body);

Callers 2

handlerStartFlowFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected