i want to clear 'response' queue and any other queues if processor is stopped because of failure( i stop it with 'template' which works similar to rest api) . I have read this:https://nifi.apache.org/docs/nifi-docs/rest-api/index.html but i have no idea how can i use it to fullfile my idea.
- I mean it would be perfect if i can clear response queue ,in case, i have at least 1 flowfile in failure queue. is it possible?
- Can i use Put request for deleting queues i mean is there any ,state for flowfiles in queues to set it as an empty or deleted?