SELECTED ANSWER
replied on December 18, 2017
Hi Raul,
This is the last bit query that I could find from our old process. I think this should give you the resume_id and assigned user.
SELECT TOP (1000) MI.bp_instance_id
,[start_date]
,MI.status
,[title]
,[bp_name]
,WI.instance_id
,WIR.worker_instance_id
,IA.resume_id
,US.displayname
,US.user_id
,US.email
FROM [LFForms].[dbo].[cf_bp_main_instances] MI
join [LFForms].[dbo].[cf_bp_worker_instances] WI on WI.bp_instance_id = MI.bp_instance_id
join [LFForms].[dbo].[cf_bp_worker_instnc_to_resume] WIR on WIR.worker_instance_id = WI.instance_id
join [LFForms].[dbo].[cf_bp_instance_approvers] IA on IA.resume_id = WIR.resume_id
join [LFForms].[dbo].[cf_user_snapshot] US on US.id = IA.user_snapshot_id