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

Function recall

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

Source from the content-addressed store, hash-verified

68}
69
70export async function recall(body:any) {
71 return post('/api/cmd/flowRecord/recall', body);
72}
73
74export async function postponed(body:any) {
75 return post('/api/cmd/flowRecord/postponed', body);

Callers 1

handleRecallFlowFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected