neeraj
neeraj

Reputation: 11

How to know all the fragment Execution has been done

I have the following flow :

enter image description here

following is the Explanation of Flow

1- I have large file that i am splitting by splitRecord Processor into multiple fragment .

2- All the fragment is passing through ExecuteStream command processor . The processor is doing some processing on all the fragment

3- The processing of data on Execute command processor can be fail or can be passed too .

4- At the end how can i know All the fragment has been processed (it could be either fail or pass)

I am expecting the appropriate result by using nifi processor

Upvotes: 1

Views: 66

Answers (0)

Related Questions