Convert the workflow specs of the DSB apps to pass bson.D objects directly to nosqldbs rather than doing funky string / json conversions.
Remove ParseNoSQLDBQuery from backend/nosqldb.go as we don't want to encourage this approach; at a minimum move it into the workflow spec code of whichever applications use it.
ParseNoSQLDBQuery
from backend/nosqldb.go as we don't want to encourage this approach; at a minimum move it into the workflow spec code of whichever applications use it.