Hi
I have configured GET and POST processors in my Nifi project but seems i am able to run the GET calls fine but the POST one is not giving me anything.
Here are the configurations for my POST processor
![Gurvinder21_0-1595285426054.png Gurvinder21_0-1595285426054.png](https://community.cloudera.com/t5/image/serverpage/image-id/28314i88C062E01A9E27AC/image-size/medium?v=v2&px=400)
![Gurvinder21_1-1595285448374.png Gurvinder21_1-1595285448374.png](https://community.cloudera.com/t5/image/serverpage/image-id/28315iC13872D2FC97415D/image-size/medium?v=v2&px=400)
![Gurvinder21_2-1595285504743.png Gurvinder21_2-1595285504743.png](https://community.cloudera.com/t5/image/serverpage/image-id/28316i5B5AFA29BE30AA71/image-size/medium?v=v2&px=400)
Ignore the "invalid" thats showing on top of the processor, i was able to resolve that by checking all the Auto terminate checkboxes.
For the Post i am not seeing any output. The Tasks/Time is showing increasing but the "In, Read/Write, Out" are all showing 0. In view data provenance of processor, i dont see any data. How to debug what is happening in the POST processor. Also do i necessarily need to provide anything in the "Attributes to send"? i have tried empty and also tried putting "Authorization grant_type" as 2 dynamic attributes that i created and can be seen in my screenshot.