Support Questions

Find answers, ask questions, and share your expertise

Is there any functionality available for calling another processor group by executing executescript processor

avatar
Contributor

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

1 ACCEPTED SOLUTION

avatar
Rising Star

You should be able to call a nifi process by api on a shell executed script from within Nifi

View solution in original post

4 REPLIES 4

avatar
Rising Star

You should be able to call a nifi process by api on a shell executed script from within Nifi

avatar
Contributor

Thanks for your suggestion . Please direct me any links/information for same

avatar
Rising Star

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

avatar
Contributor

Thanks for your response , How to use Curl Command in Execute stream command processor ? please let me know you ahve any thoughts for same