Table representing the workflow definition
Data model

Fields
Field |
Type |
Description |
de_created_at* |
DATETIME |
Workflow creation date |
de_description |
NVARCHAR (MAX) |
Workflow description |
de_display_name* |
NVARCHAR (400) |
Workflow Name |
de_id* |
INT |
Unique workflow identifier is a primary key |
de_is_default* |
BIT |
Identify if it’s the default workflow |
de_is_enabled* |
BIT |
Identifies if the workflow is active |
de_modificate_at |
DATETIME |
Workflow modification date |
de_project_id |
INT |
Associated project ID |
Primary Key
PK_AFW_STATEMACHINE_DEFINITIONS |
de_id |