Created 10-09-2018 07:53 PM
Hi
How to call processor group B from processor group A for the success of one of the processor in Procesor group A.
Is it achieved by execute script processor or any processor available for calling processor group
Thanks for your time and help
Created 10-09-2018 10:21 PM
You can use NiFi RestApi for this case and start all processors in Processor group B based on the success of Processor Group A.
Feed the success relation to InvokeHTTP processor (or) some shell script to execute curl api call to start Processor group B.
Refer to this this and this links for more details regards to RestApi calls and start NiFi processor group.
Created 10-09-2018 10:21 PM
You can use NiFi RestApi for this case and start all processors in Processor group B based on the success of Processor Group A.
Feed the success relation to InvokeHTTP processor (or) some shell script to execute curl api call to start Processor group B.
Refer to this this and this links for more details regards to RestApi calls and start NiFi processor group.
Created 10-10-2018 12:29 PM
Thanks for timely help and support