GitHub user funky-eyes added a comment to the discussion: Enhancing Transaction Handling for TimeoutRollbacked and Rollbacked States
``` private final GlobalStatus[] endStatuses = new GlobalStatus[] {GlobalStatus.Committed, GlobalStatus.Rollbacked}; ``` Build a scheduled task for transactions in the 'end' state. You can refer to `handleRollbackingByScheduled` and `handleCommittingByScheduled`, but their final handling logic only needs to call `SessionHelper.endRollbacked` or `SessionHelper.endCommitted` GitHub link: https://github.com/apache/incubator-seata/discussions/7146#discussioncomment-12113812 ---- This is an automatically sent email for dev@seata.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@seata.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For additional commands, e-mail: dev-h...@seata.apache.org