I'm trying to implement monitoring of file upload completion in a promise like fashion and i consider that we miss proper documentaton for a functional and an efficient way to implement this.
This would be helpful for projects where the file upload is implemented within a form, where file uploads are set to start in pause state and the submit button is mapped to a trigger of file upload start that should then wait for file upload completion before performing submission completion.
The documentation should consider to clarify possibilities for efficiently waiting on a single flow object and on multiple flow objects.