Table representing workflow sub-states
Data model

Fields
| Field |
Type |
Description |
| de_definition_id* |
INT |
Workflow definition ID |
| st_display_name* |
NVARCHAR (400) |
Sub State Name |
| st_help_description |
NVARCHAR (MAX) |
Sub State Help Message |
| st_id* |
INT |
Unique substate identifier is a primary key |
| st_is_end* |
BIT |
Identifies if it is the final sub-state of the workflow |
| st_is_initial* |
BIT |
Identify if it is the initial sub-state of the workflow |
| st_position_number* |
INT |
Identifies the sub-state item number in the workflow |
| st_reference_app_id |
NVARCHAR (200) |
Identifier of the state to which the workflow sub-state belongs |
Primary Key
| PK_AFW_STATEMACHINE_STATES |
| st_id |
References