Re: Reuse of templates and formatting functions

2018-03-13 Thread Anil Rai
Thanks Bryan. That helps. We were also thinking of exposing standard formatting functions as an API that other data flows can call and use. Regards Anil On Tue, Mar 13, 2018 at 1:13 PM, Bryan Bende wrote: > Anil, > > It sounds like what you are interested in would be some

Re: Reuse of templates and formatting functions

2018-03-13 Thread Bryan Bende
Anil, It sounds like what you are interested in would be some combination of the referenceable process groups [1] or worm-hole connections [2], which were ideas that were discussed, but haven't been implemented. You might be able to make your situation slightly better by using the NiFi Registry

Reuse of templates and formatting functions

2018-03-13 Thread Anil Rai
Team, My question is around re-use. Templates : We are creating flows for different use cases. Most of them have a requirement for retry. Say the API call fails, we would like to retry 3 time after certain interval before giving up. We have created a retry template that works perfect. Q: If I