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

Function findTimeoutTodoByOperatorId

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

Source from the content-addressed store, hash-verified

130
131
132export async function findTimeoutTodoByOperatorId(params: any,
133 sort: any,
134 filter: any,
135 match: {
136 key: string,
137 type: string
138 }[]) {
139 return page('/api/query/flowRecord/findTimeoutTodoByOperatorId', params, sort, filter, match);
140}
141
142export async function findPostponedTodoByOperatorId(params: any,
143 sort: any,

Callers 1

FlowRecordPageFunction · 0.90

Calls 1

pageFunction · 0.90

Tested by

no test coverage detected