(params: any,
sort: any,
filter: any,
match: {
key: string,
type: string
}[])
| 130 | |
| 131 | |
| 132 | export 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 | |
| 142 | export async function findPostponedTodoByOperatorId(params: any, |
| 143 | sort: any, |
no test coverage detected