Transactions across subgraphs

We are trying to setup database transactions across a couple of subgraphs. It works if all the graphs are in the same job flow, but if call subgraphs that contain sql, we can’t get them to be part of the same transaction.

We have tried setting the transaction set to never commit in all boxes, and we also tried turning off thread-safe connections. Is there anything else we are missing? or this is not supported across subgraphs?

Hi ramiro,

This is not possible at the moment. But it would be a nice feature, I raised a new issue in our bugtracker for it. https://bug.javlin.eu/browse/CLO-4518

Thank you for the idea.

Regards,