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

Function findDoneByOperatorId

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

Source from the content-addressed store, hash-verified

108}
109
110export async function findDoneByOperatorId(params: any,
111 sort: any,
112 filter: any,
113 match: {
114 key: string,
115 type: string
116 }[]) {
117 return page('/api/query/flowRecord/findDoneByOperatorId', params, sort, filter, match);
118}
119
120
121export async function findInitiatedByOperatorId(params: any,

Callers 1

FlowRecordPageFunction · 0.90

Calls 1

pageFunction · 0.90

Tested by

no test coverage detected