Overview
The Transaction Manager application provides a solution to handle transaction processing across multiple queues and priorities with typical queue management features such as throughput handling, parallel execution, batch processing. If you have work items to be processed, or need to manage your resource utilisation the Transaction Manager can help you.
Below are some use-case examples. Details about these use-cases are available as part of the documentation provided in the download package.
Key Features & Functionality
Hi,
we are trying to install this plug-in in our Appian Cloud environment but it doesn't appear when searching in the Appian Market and gives the following error when trying to install it manually
Has this happen to someone else? Does anyone know why this may be happening?
Thanks in advance
Anyone successfully able to use this? Can you let us know how you have implemented this ?
Curious if anyone done the script conversion for SQL Server? If yes any issues?
In the deployment instruction there is mentioned, that with ORACLE we need to install a patch for "TM Transaction Manager - Oracle Data Types'.
This Patch is not in the zip file. Please share this zip file.
I changed by myself all the CDTs manually.
Do you find 'TM Transaction Manager - Oracle Data Types' or workaround it?
Hi
This Patch is not in the zip file. Where exactly can we get this patch?
Thanks,
Michael
We have just started exploring this application and this looks promising.
However, we encountered an error when we first started to try this out (using the example models included in the app).
We have more than 1,000 process models in our environment, and the rule object that fetches the list of process models (TM_getProcessModels) limits the returned results to 1,000.
Due to this limitation, an exception occurs when the process is unable to retrieve the matching process model details for the queue items.
A possible solution is to add a filter by process model uuid in the process report to retrieve the matching process model for the queue items to be started.
TM Transaction Manager - TM Get Process Models Patch - 2022-12-13_1837.zip
Transaction Manager is queueing transactions, but the queued transactions / process models never kick off. Any suggestions?
Based on the documentation, There is no direct feature in Transaction manager to retry X times(limit). We have to handle at every integration call from process models.