(body:any)
| 68 | } |
| 69 | |
| 70 | export async function recall(body:any) { |
| 71 | return post('/api/cmd/flowRecord/recall', body); |
| 72 | } |
| 73 | |
| 74 | export async function postponed(body:any) { |
| 75 | return post('/api/cmd/flowRecord/postponed', body); |
no test coverage detected