Re: Questions about the ordering of the FlowFile.

2015-12-11 Thread Brandon DeVries
Paresh, You might want to look at the PriorityAttributePrioritizer[1]: *PriorityAttributePrioritizer*: Given two FlowFiles that both have a "priority" attribute, the one that has the highest priority value will be prprocessed first. Note that an UpdateAttribute processor should be used to ad

Questions about the ordering of the FlowFile.

2015-12-10 Thread Paresh Shah
Here’s my use case. We have a application protocol between the start and end processors in a data flow, that expect the flow files to arrive in the order they are generated. For e.g Start Record Flowfile End Record Flowfile. The first processor does the following. 1. Generates and transfer