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

Function findInitiatedByOperatorId

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

Source from the content-addressed store, hash-verified

119
120
121export async function findInitiatedByOperatorId(params: any,
122 sort: any,
123 filter: any,
124 match: {
125 key: string,
126 type: string
127 }[]) {
128 return page('/api/query/flowRecord/findInitiatedByOperatorId', params, sort, filter, match);
129}
130
131
132export async function findTimeoutTodoByOperatorId(params: any,

Callers 1

FlowRecordPageFunction · 0.90

Calls 1

pageFunction · 0.90

Tested by

no test coverage detected