Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to call processor group B from processor group A of the success of one of the processor in Procesor group A

avatar
Contributor

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

1 ACCEPTED SOLUTION

avatar
Master Guru

@Suresh Dendukuri

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.

View solution in original post

2 REPLIES 2

avatar
Master Guru

@Suresh Dendukuri

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.

avatar
Contributor

Thanks for timely help and support