Hi, I am using the MapCache service for a Wait/Notify . The problem I solve with this is: I split a flow file into multiple smaller files for processing, but want to wait for all of those flow files to complete before I continue.
Yet, the problem I face is that when for whatever reason the processing fails, I simply restart the processing but the counter I use in Wait/Notify is not reinitialized to "1". How can I "reinitialize" a value in the MapCache so the Notify can continue to count? Thank you Bjoern