Email us at info@henrytech.org to discuss your Drupal Migration today!
EntityTypeManager does not allow for filtering through moderation states, although it is in the works for Drupal 11: https://www.drupal.org/project/drupal/issues/3025164#comment-13221005.
So if you don't want to patch core, here's how to alter your entity query for moderation states using hook_query_TAG_alter:
First add the hook funtion in your custom_module.module file: