Table representing the default sub-states of the workflow
Data model

Fields
Field |
Type |
Description |
stca_definition_catalogs_id* |
INT |
Workflow default definition identifier |
stca_display_name* |
NVARCHAR (400) |
Default sub-state name |
stca_help_description |
NVARCHAR (MAX) |
Default Sub Status Help Message |
stca_id* |
INT |
Unique sub state identifier by default is a primary key |
stca_is_end* |
BIT |
Identifies if it is the default final sub-state of the workflow |
stca_is_initial* |
BIT |
Identifies if it is the initial default sub-state of the workflow |
stca_reference_app_id |
NVARCHAR (200) |
Identifier of the state to which the default sub-state of the workflow belongs |
Primary Key
PK_AFW_STATEMACHINE_STATE_CATALOGS |
stca_id |
References