How to approach the problem of using the start transaction activity?
I’m using Refframework and it connects to the database at the beginning (init block) and I need to use the start transaction activity in process block, but using the same connection causes the connection to be disconnected from the database. Later use of the same connection is not possible.
Leave the main connection for further DB-related operations, and create a new connection for the Start transaction activity itself, or maybe a different approach?