WF_SERIALLIZED_ENTITIES

Description

This table is used to store business entities in a serial format (i.e. XML) for processing.

Columns

For the descriptions in this table, the term item refers to a serialized business entity.

Column Name Data Type Size Description
IDvarchar32 A system generated GUID.
APP_NAME nvarchar256 The name of the application that is creating this entry.
CATEGORYnvarchar256 A category name specific for an object.
TYPE_INFO nvarchar1024 The metadata of the object.
TEXT_DATA ntext The serialized representation of the object.

Relationships

Table Name Relationship
NoneNot Applicable