Transaction Manager

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 processes, or need to manage your resource utilisation the Transaction Manager can help you handle it.

Below are some use-case examples.  Details about these use-cases are available as part of the documentation provided in the download package.

  • Maintain a continuous backlog of user tasks
  • Cancel a scheduled transaction
  • Schedule an item for future execution
  • Configure a recurring schedule
  • Guarantee processing order
  • Priortise the order my transactions are processed
  • Limit the time period my transactions are processed
  • Retry X times before passing to a system administrator 

Key Features & Functionality

  • Multi-queue processing
  • Throughput and scaling of individual queues
  • Resource utilisation management
  • Parallel execution across process engines
Anonymous
Parents
  • 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

Comment
  • 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

Children
No Data