The issue I am facing is that even though the records read from source and records inserted into the target match, the same is not being reflected in the Source/Target statics section of Workflow Monitor.
Workflow Monitor : 28387 Rejected rows : 1 MYSQL count : 23527
There was scenario that rows were getting silently rejected due to datatype conversion error varchar to int. There is only one row in source which should get rejected but it is silently rejecting more than 5k records.
Need to find the root cause.