I ran Dynamic Media : Reprocess Assets OOB workflow(/conf/global/settings/workflow/models/scene7_reprocess_assets.html) for copying the assets of a particular folder to the dynamic media server and publishing the version of the asset on DM. I used ACS Commons Bulk Workflow manager to run this and used the below query
path=/content/dam/test_folder
type=dam:Asset
p.limit=-1
The workflow was running since 3 days and it showed 24 remaining. I stopped this bulk workflow today. Can someone help me how I can identify the 24 remaining assets which where not processed in a query?

Tried using the below property to get those 24 images which were shown as remaining in the bulk manager workflow.
path=/content/dam/test-folder
type=dam:Asset
property = jcr:content/metadata/dam:scene7FileStatus
property.value = PublishComplete
p.hits=full
p.limit=-1
But this again gave the total 124 images.