History for single transaction processes

Hi,

If my BPMN process consists solely of synchronous service tasks operating within a single transaction, and one task fails, how can I retrieve historical data for that specific process execution? I’ve encountered discussions stating this isn’t feasible due to design constraints. However, wouldn’t preserving historical data for failed, fully automated processes be valuable for analysis and troubleshooting?

Hi Roger,

The transaction is rolled back = all history inserts/updates are rolled back. That’s the reason why. Use logs for trouble shooting.

Regards
Martin