I have a workbench that has around 7000 features and I want to run a system caller on each to produce an image (png) output, convert that image to a blob, store the blob in the database and delete the file.
At present the System Caller is processing all features before it moves on.
Is it possible to have the system caller run for an individual feature and continue on with the process?