Member since
04-15-2019
2
Posts
1
Kudos Received
0
Solutions
09-16-2020
07:59 PM
1 Kudo
You can use Nifi Rest Api to do this like below: curl -i -X POST http://${ip}:${port}/nifi-api/processors/${id}/state/clear-requests
... View more