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

Function findTodoByOperatorId

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

Source from the content-addressed store, hash-verified

98
99
100export async function findTodoByOperatorId(params: any,
101 sort: any,
102 filter: any,
103 match: {
104 key: string,
105 type: string
106 }[]) {
107 return page('/api/query/flowRecord/findTodoByOperatorId', params, sort, filter, match);
108}
109
110export async function findDoneByOperatorId(params: any,
111 sort: any,

Callers 1

FlowRecordPageFunction · 0.90

Calls 1

pageFunction · 0.90

Tested by

no test coverage detected