Reputation: 348
Suppose you have an ExecuteScript processor in a NiFi flow. This processor has 2 incoming queues.
Is there a way to choose from which Queue session.get() will pull the flowfile?
Thanks.
Upvotes: 1
Views: 788
Reputation: 12103
There's no direct way via the API to identify which queue a flow file is coming from. However you can try this:
Upvotes: 1