Hi,
You can’t trace/debug the flow service if you are calling any start/commit.
if you are calling multiple adapter service which belongs to different adapter connection then you will get this type of error.
calling an adapter service refers to implicit transaction which means IS will auto start an transaction for this and if you want to call another adapter service with in same flow service which does not belongs to the same adapter connection then we will get an error.