You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by mo...@open-insights.co.in on 2018/03/21 07:27:54 UTC

Using wait/notify to trigger two unconnected process groups

Hi all,

 

I am trying to implement a use case where I require communicating
unconnected process groups. For example, for a flow I want to run some
pre/post flows. I want to start one flow after the previous flow has
completed. Is there a way to achieve it?

 

I read about wait/notify processor, Can I use them in my use case?

 

Regards,

Mohit