| id |
varchar(255) |
|
false |
|
|
Flow ID |
| name |
varchar(255) |
|
false |
|
|
Flow Name |
| divisionid |
varchar(50) |
|
true |
|
|
Division ID |
| description |
varchar(500) |
|
true |
|
|
Flow Description |
| type |
varchar(50) |
|
true |
|
|
Flow Type |
| active |
bit(1) |
|
true |
|
|
Active Status |
| system |
bit(1) |
|
true |
|
|
System Flow |
| deleted |
bit(1) |
|
true |
|
|
Deleted Status |
| publishedversionid |
varchar(255) |
|
true |
|
|
Published Version ID |
| publishedby |
varchar(255) |
|
true |
|
|
Published By User |
| supportedlanguages |
varchar(500) |
|
true |
|
|
Supported Languages (comma-separated) |
| datecreated |
timestamp without time zone |
|
true |
|
|
Date Created |
| datemodified |
timestamp without time zone |
|
true |
|
|
Date Modified |
| datecheckedin |
timestamp without time zone |
|
true |
|
|
Date Checked In |
| datepublished |
timestamp without time zone |
|
true |
|
|
Date Published |
| updated |
timestamp without time zone |
|
true |
|
|
Row Updated Date |