incubator-seata
incubator-seata copied to clipboard
activiti工作流引擎中支持使用seata吗?
Why you need it?
Is your feature request related to a problem? Please describe in details 如题,需要基于activiti封装流程相关接口,对接分布式事务,目前没有成功。
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
Other related information
Add any other context or screenshots about the feature request here.
AT, TCC, and XA are synchronous transactions that are not suitable for integration with Activiti. However, it is possible to consider using the Saga pattern as an alternative to Activiti.
Please provide your use cases and describe problems you encountered in detail.