Not sure I follow, would probably have to see another template that
shows what is not working.

On Mon, Jun 17, 2019 at 3:52 PM ara m. <arama...@gmail.com> wrote:
>
> Hey Bryan - Thank you ! you're absolutely right. Putting in FIFO totally
> makes it work.
>
> My original issue was actually with prioritizer set to
> PriorityAttrributePrioritizer, and using priority attribute, with differing
> values.
> For example if I had sent to Wait the following: signals aa (priority=2), aa
> (priority=2), aa (priority=1), bb (priority=2),
> And then would send Notify with signal aa twice, and peel off correctly aa
> (priority=1), then aa (priority=2),
> and then I would send signal bb, and I could not get it out. It seemed to be
> stuck, and thats when I made a simpler flow but missed adding any
> prioritizer.
>
> So I think I still have a problem, as soon as I set Prioritizer to
> PriorityAttributePrioritizer, I lose the different signals.
>
> I just played around with both prioritizers set..
>
> It looks like it fails with just PriorityAttributePrioritizer set.
>
> and fails with both PriorityAttributePrioritizer then FIFO set.
>
> But works with FIFO then PriorityAttributePrioritizer set, but in this case
> its totally ignoring priority for me..
>
> Thoughts on how to get prioritizer to work along with different signals ?
>
>
>
> --
> Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/

Reply via email to