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

Function findPostponedTodoByOperatorId

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

Source from the content-addressed store, hash-verified

140}
141
142export async function findPostponedTodoByOperatorId(params: any,
143 sort: any,
144 filter: any,
145 match: {
146 key: string,
147 type: string
148 }[]) {
149 return page('/api/query/flowRecord/findPostponedTodoByOperatorId', params, sort, filter, match);
150}

Callers 1

FlowRecordPageFunction · 0.90

Calls 1

pageFunction · 0.90

Tested by

no test coverage detected