Table representing workflow transitions
Data model
Fields
| Field | Type | Description | 
|---|---|---|
| tr_default_tran* | BIT | Represents whether the transition is created by default | 
| tr_display_name | NVARCHAR (400) | Transition Name | 
| tr_id* | INT | Unique identifier of the table | 
| tr_state_catalogs_source_id* | INT | Transition Source State Identifier | 
| tr_state_catalogs_target_id* | INT | Transition target state ID | 
Primary Key
| PK_AFW_STATEMACHINE_TRANSITIONS | 
|---|
| tr_id | 
References
| Column | Referenced Table | Referenced column | Name | 
|---|---|---|---|
| tr_state_catalogs_source_id* | dbo.AFW_STATEMACHINE_STATES | st_id | FK01_AFW_STATEMACHINE_TRANSITIONS | 
| tr_state_catalogs_target_id* | dbo.AFW_STATEMACHINE_STATES | st_id | FK02_AFW_STATEMACHINE_TRANSITIONS |