Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar
New Member

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
New Member

Thanks for timely help and support