Table Description
Deferred Process Error Information Overflow.: An error which occurred during the invocation of a Deferred Process and the size of exception is more than 2000 characters, which can not fit into Deferred Process Error Information entity then this Deferred Process Error Information Overflow entity is invoked.

If an error occurs during the invocation of a Deferred Process, and the exception information size is more than 2000 characters, then the overflow exception data is been added to this table.

The data on this table is then available to application error processing.

Example

If the exception size is 2500 characters, then a row will be added to Deferred Process Error Information table, which will have a part of the exception up to 2000 characters and the overflow indicator will be set to TRUE. The overflow exception details (from character 2000 - 2500) will be stored in Deferred Process Error Information overflow table.

Technical Notes

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

Attributes (3)
AttributeKeyNullableDescriptionDDL Type
instDataIDYesNoThe ID of a record on the WMInstanceData table. WMInstanceData is an application-defined table that is populated with information required by the deferred process. This column is only updated when the exception size is more than 2000 characters. SVR_INT64
exceptionDesc  Holds the details of any exception that occurred during the deferred process. This column is only updated when the exception size is more than 2000 characters. SVR_STRING<2097152>
lastWritten   SVR_DATETIME
Related Pages (1)