BBWORKFLOWCATALOG
Available workflow definitions and their urls
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| NAME |
nvarchar(60) |
|
Default = '' |
|
| DESCRIPTION |
nvarchar(100) |
|
Default = '' |
|
| SPECXML |
xml |
|
|
|
| RELATIVEURL |
nvarchar(1024) |
|
Default = '' |
The relative path to the workflow service .xamlx that defines the workflow. |
| DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
| DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
| TS |
timestamp |
|
|
Timestamp. |
| TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
| AUXSERVICENAME |
nvarchar(126) |
|
Default = '' |
|
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| DATAFORMINSTANCECATALOGID |
uniqueidentifier |
yes |
DATAFORMINSTANCECATALOG.ID
|
The form ID of the form that started this workflow instance |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_BBWORKFLOWCATALOG_DATEADDED |
DATEADDED |
|
|
yes |
| IX_BBWORKFLOWCATALOG_DATECHANGED |
DATECHANGED |
|
|
|
| PK_BBWORKFLOWCATALOG |
ID |
yes |
yes |
|
| UC_BBWORKFLOWCATALOG_NAME |
NAME |
yes |
|
|
Triggers
Referenced by