Siebel Business Process Framework: Task UI Guide > Debugging Tasks >

Disabling Task Transactions


There are two ways to disable the task transaction mechanism:

  • Disabling task transactions at the business component level. For a business component, you can set the Immediate Commit in Task user property to turn a task transaction on or off. If its value is set to TRUE, then the task transaction is off, and updates on this business component within any task are immediately committed to the base tables.
  • Disabling task transactions at the task level. You can set the Transactional task property to turn a task transaction on or off for a task definition. If Transactional is set to FALSE, then the task transaction is off, and updates on business components within the task are immediately committed to the base tables.

    CAUTION:  Disabling task transactions can result in unpredictable behaviors and should be thoroughly tested before use in production.

NOTE:  For a business component to be part of the task transaction, it must be enabled at both the business component and task levels.

Siebel Business Process Framework: Task UI Guide Copyright © 2006, Oracle. All rights reserved.