Hello Everyone,
I want to debug a flow service in which transaction handling is done using LOCAL transaction JDBC adapter connection. I want to trace this service with business data but its throwing error at “commit step”.I can not disable the transaction handling step (commit step) as my actual business logic start after committing the records.
Is there any way to debug the flow services having transaction handling.