Created 10-01-2018 05:03 PM
Hi
I am trying create serial workflow which will execute the Processors in sequence fashion , I was tried different processors but not able to build this pipe line . Please help me ont his regard
Processor flow
update attribute -->putlelasticsearchhttp (successful) --> (Execute Script Functionality ??? to call another processor group ) Processor Group (Delete mongo)-->ExecuteStreamCommad
Created 10-01-2018 10:34 PM
You should be able to call a nifi process by api on a shell executed script from within Nifi
Created 10-01-2018 10:34 PM
You should be able to call a nifi process by api on a shell executed script from within Nifi
Created 10-02-2018 03:39 PM
Thanks for your suggestion . Please direct me any links/information for same
Created 10-02-2018 04:52 PM
There's some info on this thread that should point you in the right direction, let me know if you get stuck:
https://community.hortonworks.com/questions/67900/startstop-processor-via-nifi-api.html
Created 10-02-2018 10:02 PM
Thanks for your response , How to use Curl Command in Execute stream command processor ? please let me know you ahve any thoughts for same