Introduction

In Cúram, describing a Business Process method as a Deferred Process means that this method is invoked asynchronously. A BPO within your Cúram application that calls a method of another BPO, configured for deferred processing, does not wait for it to return. Deferred Processing is accomplished, in part, by configuring queues in the middleware1. Any request over the queued enactment interface is deferred.

The structure of this guide is a step-by-step walk-through and explanation of what you must do in order to achieve deferred processing in your application.

1 WebSphere Application Server and WebLogic. For exact details on the versions of these products, see the Cúram Supported Prerequisites document.