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

Function flowRecordList

admin-ui/src/api/flow.ts:89–97  ·  view source on GitHub ↗
(params: any,
                                     sort: any,
                                     filter: any,
                                     match: {
                                         key: string,
                                         type: string
                                     }[])

Source from the content-addressed store, hash-verified

87// 待办中心控制
88
89export async function flowRecordList(params: any,
90 sort: any,
91 filter: any,
92 match: {
93 key: string,
94 type: string
95 }[]) {
96 return page('/api/query/flowRecord/list', params, sort, filter, match);
97}
98
99
100export async function findTodoByOperatorId(params: any,

Callers 1

FlowRecordPageFunction · 0.90

Calls 1

pageFunction · 0.90

Tested by

no test coverage detected