Question: When you have a data management job attached to the process button of a workflow, is there a way to have OS finish the data management job before returning control to the end user?
Answer The Data management jobs are kicked off by a DataQualityEventHandler. In the DataQualityEventHandler, there is a line that actually runs the DM job. ExecuteDataMgmtSequence - Runs the DM job and will not return control until it finishes. Sourc...