There is no a way to get the bulk command id from the scroller implementation by calling ScrollRequest#getReference.
To allow for developments like a CSV importer through a Bulk Action, a custom scroller is required to parse lines to be consumed by a bulk action
However it would be nice to have the possibility, within a custom Scroller, to get the command ID. This would allow the scroll to store in the KV Store values like: ["commandID, headersFromTheCSV], that could then be retrieved within the Bulk Action when scrolling through the lines
Can we make scroller aware of a bulk command ID to achieve that?