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
  • Hi James, thanks for bringing this app to the app market. We use the app on our Appian managed cloud environment and works as expected. However, the description on the Execute Stored Procedure makes note of the following:
    "For Appian Cloud customers please note that Appian Cloud enforces GTID consistency. To ensure this Smart Service is read-only, any Cloud-based stored procedures that create temporary tables cannot be used in conjunction with this Plug-in"

    In the SP TM_SP_GET_NEXT_TRANSACTIONS we noticed that a temp table is created, this seems to be in conflict with the description above. As I mentioned everything is working fine but we want to prevent running into issues later on. Did we misinterpreted the description? Could you please explain?

Comment
  • Hi James, thanks for bringing this app to the app market. We use the app on our Appian managed cloud environment and works as expected. However, the description on the Execute Stored Procedure makes note of the following:
    "For Appian Cloud customers please note that Appian Cloud enforces GTID consistency. To ensure this Smart Service is read-only, any Cloud-based stored procedures that create temporary tables cannot be used in conjunction with this Plug-in"

    In the SP TM_SP_GET_NEXT_TRANSACTIONS we noticed that a temp table is created, this seems to be in conflict with the description above. As I mentioned everything is working fine but we want to prevent running into issues later on. Did we misinterpreted the description? Could you please explain?

Children