(params: any,
sort: any,
filter: any,
match: {
key: string,
type: string
}[])
| 119 | |
| 120 | |
| 121 | export 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 | |
| 132 | export async function findTimeoutTodoByOperatorId(params: any, |
no test coverage detected