You could join the enumerations dataset to the work items dataset, but that might be unwieldy if the work items dataset is also joined to another data set.
In SQL terms, this merge calls for an outer join, which matches each row in the work items dataset to the single row in the states data set with a matching state ID.