In-Transaction BPM - Help Needed

Update:
Following the instructions on the post below I’m trying to recreate their bpm as a function:

Here is what I have so far:

image

The first invoke bo method calls the Erp.SalesOrder.Update. The Update table by query used the OrderRel table with the criteria of open releases = true and firm releases = true. I have it updating all rows of dataset.OrderRel with the following configuration:

The last bo method is the same as the first.

@Aaron_Moreng @hkeric.wci
Question:
After running the process I get no errors, but I have little to no way of seeing if the data was actually pushed/updated. Nor does it appear that any significant changes were made as the data looks correct in order tracker and within the data table, but does not show correctly within Job Manager. What can I do to help troubleshoot through this update process and see the data that should be loaded into the table? What am I doing wrong when invoking these bo methods?