此内容没有您所选择的语言版本。
Chapter 14. Transactions
14.1. Transactions 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The Process Engine supports JTA transactions: local transactions are only supported when using Spring. Pure local transactions are not supported.
By default, each method invocation is considered a transaction. To change this behavior, for example, to combine multiple commands into one transaction, you will need to specify transaction boundaries.