How to debug a flow service with Local trasanction

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.

Hi,
You should be able to debug or do a step (F7) in a flow service.

Let me know the error please?

You can’t debug a flow service if it contains transaction.

Why? Any technical reasons for this?

The transactional behavior is not maintained while debugging.

HTH.

Ok :smiley: … how about adding a debugLog step before commit step.

Logs can be written on server log.