Transaction
|
|
---|
Please observe the following notes:
Transactions do not work in the X4 Designer's debug mode.
Transactions only work if the JNDI name of the datasource is provided.
From within a transaction, you can execute subprocesses.
If a subprocess is started from within a transaction using the (7.4.0-en) Process Starter adapter, the transaction does not apply for this subprocess (transactions do not work throughout threads).
It is not possible to nest transactions in transactions.
In a transaction, you can use multiple database connections and JMS queues.
The used database connection (JDBC DataSources) must support transactional handling.
To be able to execute transactions, the
jta
attribute must not be set tofalse
when configuring the datasource to be used within thestandalone.xml
.
Properties
| Label of the symbol within the process diagram |
| Define a transaction operation Possible values:
|
Status values
| The transaction component was executed successfully. |
| The transaction component was executed without result. |
| An error occurred during the transaction. |