|
|
|
|---|
Please observe the following notes:
-
Transactions do no 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 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 transactions.
-
In order to execute transactions, the
jtaattribute must not be set tofalsewhen configuring the data source to be used within thestandalone.xml.
Properties
|
|
Label of the icon in the process diagram |
|
|
Specify the 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. |