Table Description
Deferred Process: A process which will be executed asynchronously.

Some processes are intensive and may take a long time to complete. To avoid the end user having to wait for the process to complete, some processes may be 'deferred'.

A deferred process executes asynchronously and is managed by a queue manager.

Example

User Ronan Rooney makes a change to some evidence which affects existing cases for Person John Smith.

The Cúram Server records the change and requests that a deferred process be executed to reassess John Smith's cases. Control returns to User Ronan Rooney as soon as the request has been made, rather than waiting for the reassessment to execute.

Technical Notes

For more information see the Cúram Workflow Management System Developer's Guide.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (6)
AttributeKeyNullableDescriptionDDL Type
processNameYesNoThe name of a workflow process.SVR_STRING<254>
interfaceName  The interface name of the BPO method which is called to execute, automatically, the task described by the ticket.SVR_STRING<100>
methodName  The name of the method to be called to execute the task automatically.SVR_STRING<30>
ticketType  The ticket type.SVR_STRING<10>
subject  An limited text field, filled in by a user to describe briefly the task which the ticket is for.SVR_STRING<254>
lastWritten   SVR_DATETIME
Foreign Keys (2)
ChildParent
DPProcessInstance.processNameDPProcess.processName
DPTicket.processNameDPProcess.processName
Related Pages (45)
BenefitSample_listFinInstruction
Case Financials (BenefitSampleOverpayment_listFinInstruction)
BenefitSampleOverpayment_listFinInstruction1
Transactions (DefaultICProduct_listTransaction)
DeferredProcess_viewProcessInstance
Financials (Employer_listFinancial)
Employer_listFinancial1
ExternalParty_listFinancial1
Reissue with Applied Deduction (Financial_createAppliedFixedDeductionWizard)
Reissue with Un-applied Deduction (Financial_createUnappliedDeductionWizard)
Confirm & Reissue (Financial_regenerateAppliedFixedDeduction)
Reissue with Un-applied Deduction (Financial_regenerateUnappliedDeduction)
ICBenefitUnderPayment_listFinInstruction1
ICProductSample_listFinInstruction1
Case Financials (ICSportingGrantSample_listFinancial)
ICSportingGrantSample_listFinInstruction1
Financials (InformationProvider_listFinancial)
InformationProvider_listFinancial1
Transactions (ISPProduct_listFinInstruction)
Case Financials (LiabilityOverbilling_listFinInstruction)
Case Financials (LiabilitySample_listFinInstruction)
LiabilitySample_listFinInstruction1
PaymentCorrection_listTransaction
PDBenefitUnderPayment_listFinInstruction
PDServiceDelivery_listTransaction
Financials (Person_listFinancial)
Transactions (Person_listFinancial1)
Person_listFinancialForDuplicate1
Financials (ProductProvider_listFinancial)
ProductProvider_listFinancial1
Liabilities (ProviderManagement_listLiabilitiesForProvider)
Liabilities (ProviderManagement_listLiabilitiesForProviderGroup)
Transactions (ProviderManagement_listProviderGroupPaymentTransactions)
Transactions (ProviderManagement_listProviderPaymentTransactions)
Financials (Representative_listFinancial)
Representative_listFinancial1
ServiceDelivery_listTransaction
Financials (ServiceSupplier_listFinancial)
ServiceSupplier_listFinancial1
Financials (Utility_listFinancial)
Utility_listFinancial1
Process Names (WorkflowAdministration_listAllProcessNamePopup)
Process Names (WorkflowAdministration_listDeferredProcessNamePopup)
Process Names (WorkflowAdministration_listWKFProcessNamePopup)
Process Names (WorkflowAdministration_listWorkflowProcessNamePopup)