IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Advanced development topics

Controlling system retries

A critical aspect of designing your error handling strategy is to have visibility and control of system retries in your application.

For example, if you know that a service might become unavailable for a short time for maintenance, you might want to design your application to store requests, and to be able to retry when the service is available again after the maintenance. However, a retry of an operation in some scenarios might cause negative results, especially if the underlying component or service is not transactional.

In Integration Designer, you have visibility and control over the retries that you plan for run time on the process server.

When you use an asynchronous invocation and a runtime error occurs, retries might occur. You can set the asynchronous retry count for a module. When you deploy the module, the retry count takes effect. When necessary, administrators can change module retry settings at run time using the configSCAAsyncRetryCount command.

When you use mediations, you can specify retries at the operation level using the service invocation primitive and the callout primitive. The retry behavior of the mediation primitives overrides the asynchronous retry count, even if you do not specify retries.

When working with long-running BPEL processes, and you want to have several activities participate in the same transaction, retries might occur.

Tip: Consider the following runtime behavior for system retries:

If an application is updated from the administrative console or from Integration Designer, event sequencing and store and forward changes are not included. If you want the retry count to be updated with event sequencing and store and forward changes, you must redeploy the application or use the configSCAAsyncRetryCount command.

Advanced development topics


Related tasks:
Declaring retries for operations at design time


Related reference:
configSCAAsyncRetryCount command