Deferred processing
Use this information to learn how to implement deferred processing for appointed Business Process Objects (BPOs) in your Cúram application.
Before reading the following chapter, you need to be familiar with the Cúram Modeling Reference Guide and the Server Development Environment (SDEJ).
In Cúram, describing a business process method as a deferred process
means that
this method is started 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 middleware. Any request over the queued
enactment interface is deferred.