I am trying to do something that I feel should be relatively simple, but I am struggling immensely to conceptualize how to execute this process.
At a high level I am simply unpacking a zip file into a directory. Once that is complete, I need to execute a python script.
The issue I am having is that I can't determine the best method to achieve this goal. I assume Notify/Wait will be the answer, but setting the release signal identifier and only releasing when all flowfiles have been placed, does not appear to be possible? I have also tried MergeContent using a like attribute, but I only want a single merged flowfile, and I cannot set the minimum # of entries = to ${fragment.count}. Please see below for any screenshots that may be beneficial. Thank you.
