When running a Javelin flow, the SqlBulkCopyActivity keeps running even though it should only be one record.
Release : 4.9
Component : Javelin
The ldata reader push into SQL step has a link back to that same step and caused the issue.
.The ldata reader push into SQL step has a link back to that same step as below and caused the issue.
. Remove the loopback in ldata reader push into SQL step and it should look like below.
. Rerun the flow and it should work.