This table stores information about the application name, workflow name, deployed version and workflow design after the workflow is deployed.
|
Field Name |
Data type |
Field Length |
FK Relationship |
Allow Null? |
Short description (Default value if applicable) |
|
|
Field |
Table |
|||||
|
ID |
INTEGER |
4 |
PRODUCTION ID |
SWEXECUTE |
N |
Production Id |
|
APPLICATION |
NVARCHAR |
50 |
|
|
Y |
Name of the application which has been deployed |
|
NAME |
NVARCHAR |
50 |
|
|
Y |
Name of the workflow |
|
VERSION |
INTEGER |
4 |
|
|
Y |
Deployed version of the workflow |
|
DATA |
INTEGER |
4 |
|
|
Y |
Id that maps SWLONG table which has the workflow design information (i.e. actions, properties and links) |
|
LASTUPDATEDDATETIME |
DATETIME |
8 |
|
|
Y |
Last updated date and time |