Field |
Field Type |
Null |
Notes |
Description |
ALLOWSIMULTANEOUSEXECUTION |
bit |
|
Default = 0 |
Designates whether or not multiple instances of the same process type can be run simultaneously. |
NAME |
nvarchar(60) |
|
|
Stores the name of the business process |
DESCRIPTION |
nvarchar(1000) |
|
Default = '' |
Stores the description of the business process |
BUSINESSPROCESSSPECXML |
xml |
|
|
Contains the xml definition from which the business process was built. |
PARAMETERTABLENAME |
nvarchar(100) |
 |
Default = '' |
Name of the table which stores the parameters for the business process. |
PARAMETERLABELFIELD |
nvarchar(100) |
|
|
|
SECURITYUIFOLDER |
nvarchar(255) |
|
Default = '' |
|
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) |
 |
convert(bigint, TS) |
Numeric representation of the timestamp |