- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to call processor group B from processor group A of the success of one of the processor in Procesor group A
- Labels:
-
Apache NiFi
Created ‎10-09-2018 07:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for timely help and support
