Disabling automatic release timers globally
Automatic release timers release workflow items assigned to groups or roles. This can impose an overhead for your application if they are used heavily. Globally disabling them can provide a performance improvement.
Getting ready
You will need to know the administration credentials for your Oracle SOA Suite WebLogic domain, and have access to the Oracle Enterprise Manager console.
How to do it...
To disable the automatic release timers, perform the following steps:
Log in to the Enterprise Manager.
Open the SOA tab, right-click on soa-infra, and select Administration | System MBean Browser.
This will open the System MBean Browser window in the main panel. Expand the tree to find WorkflowConfig.TaskAutoReleaseConfiguration in Application Defined MBeans | oracle.as.soainfra.config | Server: soa_server1 | WorkflowConfig | human-workflow.
In the main panel, change the value of DefaultDuration to
P0D
, which represents 0 days, or off.Click on Apply, and a message...