Deferred Processing
"Set a Deferred Processing Strategy for form named <newCustomer> in application <customer>"
OrbeonApiConfiguration default
setDeferredProcessingFor: 'newCustomer' in: 'customer'.
"Set an On Demand Processing Strategy for form named <newAccount> in application <customer>"
OrbeonApiConfiguration default
setOnDemandProcessingFor: 'newAccount' in: 'customer'.Last updated