This sounds funny, but here is my scenario:I got 10 operations in a process. In the 6th step, it fetches the username to be assigned in the 7th step from the custom DB using JDBC service.Unfortunately, the username was not maintained properly (with some mistyping in the DB). In the 7th step, I use A...