From a technical point of view, a feature is a DLL. From a logical point of view, it is an XBOUND activity.
Column | Data type | Max. length (bytes) | Allow nulls | Description |
ID | int | 4 | False | Unique Identifier of a feature. |
Rev | int | 4 | False | Revision number. For internal use. |
Name | nvarchar(255) | 510 | False | The name of the feature. |
GroupID | int | 4 | False | The activity group that the feature belongs to. (The far right pane of the Process Designer is divided into different activity groups.) |
AssemblyPath | nvarchar(255) | 510 | False | The path to the DLL. |
AssemblyName | nvarchar(255) | 510 | False | The name of the assembly that implements the feature. |
AssemblyVersion | nvarchar(255) | 510 | False | The version of the DLL. |
AssemblyPublicKey | nvarchar(255) | 510 | False | The public key token of the assembly that implements the feature. |
TypeName | nvarchar(255) | 510 | False | The type within the assembly which implements the function. |
Flags | int | 4 | False | A bit mask that describes the functionality. |
SessionID | bigint | 8 | False | Unique identifier of the session that checked out the document. From the W_Session table. Internal. |
SessionSiteId | int | 4 | False | Currently not used. |
ParameterSet | varbinary(max) | max | False | The parameter set of the activity. Defines the configuration of the function of the feature. |
Identifier | nvarchar(255) | 510 | False | The unique identifier of the feature. |
ServiceType | int | 4 | False | 0 = Activity |
ClientID | int | 4 | False | The client that the feature refers to. |
ProcessID | int | 4 | False | The process that the feature refers to. |
MaximumLifeTime | int | 4 | False | The number of seconds after which the process that instantiated the activity should be restarted. |
ReportingCatID | int | 4 | False | The ID of the related reporting category (ID in C_ReportingCat). |
DeletedAt | datetime | 8 | True | The date when the data set was deleted from the XBOUND database (main database). Available in XBOUND 3.8 and later. |
Name | No Check | Columns |
FK_C_Feature_C_Feature | True | GroupID -> C_Feature.ID |