# Overview

Manually identify products in the content review queue that did not have the match-audio state machine workflow run, and kick off the state machine for their assets.

## Steps

1. Select all "new" product_ids from the prod review_queue table (see examples.sql)
1. Use those product_ids to query for the asset final ids in the ows-assets db (see examples.sql)
1. Place the list of asset final ids into a text file named `asset_final_ids.txt`
1. Run `make filtered_asset_final_ids.csv`
1. Use the list of ids that the previous step output in `filtered_asset_final_ids.csv` to query for asset final data (see examples.sql)
1. put the result of the previous step's query into a file called `assets.csv`
1. run `make commands.sh` to generate a file of commands to kick off the state machine.
1. run `./commands.sh`, ignoring output like "Execution Already Exists:..."
