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

Function detail

admin-ui/src/api/flow.ts:50–52  ·  view source on GitHub ↗
(id?:any,workCode?:any)

Source from the content-addressed store, hash-verified

48
49
50export async function detail(id?:any,workCode?:any) {
51 return get('/api/query/flowRecord/detail', {id,workCode});
52}
53
54export async function saveFlow(body:any) {
55 return post('/api/cmd/flowRecord/save', body);

Callers 2

loadFlowDetailFunction · 0.90
reloadFunction · 0.90

Calls 1

getFunction · 0.90

Tested by

no test coverage detected